• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

All-in-one sharing. HELP!

berrmich

n00b
Joined
Mar 7, 2011
Messages
59
Ok. I've followed directions to the letter for the allinone. I have used the OmniOS preconfigured OS with napp it installed.

I passed through the board, created a pool, created folder, share NFS with guest. Created root password in OmniOS consule.

1. I can not change the permissions of everyone in windows. permission denied.
2. I can not change anything in nappit as far as permissions, just says I need extensions? I'm lost.
3. Says VMware tools outdated. I tried to update using the directions in the PDF. When I get to the end it tries to do "/usr/bin/vmware-config-tools.pl" and this says permission denied.
4. I rebooted the VM and it is now not giving me an IP address. I've rebooted the entire system and same problem!

I am completely lost at this point. This seemed much easier when using openindiana. I seem to remember being able to change permissions in nappiit but I can not figure it out. It says I need extensions. Now I don't even have an IP address? Why is that all of a sudden?

Thanks!!!

-Mike
 
1.
If you create a SMB ?? share with guest enabled, you do not need a pw and you cannot change permissions from Windows. (You do not need at all as default is everyone=modify)

If you want users and ACL permissions, you must disable guest and connect as root from Windows to modify permissions (may require Windows Pro)

2.
You can modify ACL permissions from Windows or at CLI with /usr/bin/chmod
If you want to do with napp-it, you need a key. For single cases you can use an eval key.

3.
If you want to run the Perl installer script to update vmware tools, you need to set all Perl files in the tools folder to executable. You can execute with perl and the script name with path as an option (requires root)

Copy the tools folder from the ESXi iso to /tmp and set permissions recursively to execute (I would use WinSCP to do this).
Run the installer, see http://www.napp-it.org/doc/downloads/napp-in-one.pdf chapter 2.11

btw. The included tools in the latest napp-it VM are from 5.5.
This should work with ESXi 5.1-5.5 (Best options are 5.1 U1 and 5.5 U2)

4.
run ifconfig -a to display ip settings
(with DHCP it may use another ip after reboot)
Set ip to manually in menu system - network

if you have done something weird
- use an older boot environment or
- delete/ recreate your network link, see initial commands for manual setup
at http://napp-it.org/downloads/omnios_en.html
 
Last edited:
1. ya, guest enabled. I don't need users. The problem I had was that I could not mount the datastore due to permissions so I assumed I would have to change. Also in windows everyone is not set to modify.

2.

3. I used the latest nappit VM from the website. I'm using 5.5 U2. It said that the VMware tools were incompatable in the summary screen.

4. ifconfig -a shows:

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1004803<UP, BROADCAST,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 0.0.0.0 netmask ff000000
ether 0:c:29:b7:fc:b1
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
e1000g0: flags=20002000800<MULTICAST,IPv6> mtu 1500 index 2
inet6 ::/0
ether 0:c:29:b7:fc:b1
 
Did this:

4.1 create interface
- list available interfaces and use linkname ex e1000g0::
dladm show-link
ipadm create-if e1000g0

4.2 add static IP address
4.2.1 create static adress
ipadm create-addr -T static -a 192.168.0.1/24 e1000g0/v4

4.2.2 add default route
route -p add default 192.168.0.254

4.3 or use DHCP (select either static or dhcp)
ipadm create-addr -T dhcp e1000g0/dhcp

4.4 add nameserver
echo 'nameserver 8.8.8.8' >> /etc/resolv.conf

If something happens (typo error), retry, opt. delete interface ex ipadm delete-if e1000g0

4.5 use dns (copy over DNS template)
cp /etc/nsswitch.dns /etc/nsswitch.conf



No luck. Still no IP address. when I rebooted it says dyndns: failed to get domainname
Was I suppose to use the IP address of the esxi as my gateway in step 4.2.2?

Also I originally was using vmxnet3, did I screw that up when I half installed the tools?

Thanks!!!

-Mike
 
Ok. Got network back up on e1000. Now I still can not mount my nfs share (permission problem). Also my folder-acl says "special" When I click on it I have everyone@ with default_create I looked at my other server and it should say modify_set.

I tried several times to get an eval code. Keeps giving me the same code and says it's invalid. It is very frustrating. Not sure what to do. I'm not even sure what to paste since the directions are not clear.

Copy/paste the complete following line into menu extension - register complete h:napp-it-14b_2day_evaluation - 27.10.2014::sKqVmqsmVhTTsPqVmqsmVhTTKhhO

I'm assuming h: to the end??? I've tried many iterations. even just the code at the end but that just says thank you for your contribution but it doesn't actually do anything.

-Mike
 
Ok.. It is "complete..." for the registration. I set to modify_set. I did get tools installed after changing permissions in WinSCP. I think I'm good.

Not sure why my tools were outdated and the modify_set was not correct initially.

Thanks!!!

-Mike
 
Back
Top