Opensolaris – Samba and Network browsing
If you’ve setup samba (rather than the builtin cifs/smb) chances are that you can only browse to your samba shares directly on IP only.
If you want your box “network browseable” you’ll need to load nmbd.
You can find a really good write up on modifiying the SMF for samba to autostart the required service here : http://wikis.sun.com/display/BigAdmin/Enabling+Browsing+with+Samba+in+Solaris+10+Update+4
import this file samba.xml
run these commands;
# svcadm disable samba # svccfg import samba.xml # svccfg delete svc:/network/samba:default # svcadm refresh samba:smbd # svcadm refresh samba:nmbd # svcadm enable samba:smbd # svcadm enable samba:nmbd
Related posts:
- OpenSolaris – Samba server Time to share your newly created ZFS volume via samba...
- opensolaris – network teaming Otherwise known as trunking or link aggregation. I believe it...
- OpenSolaris – iSCSI Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...
Related posts brought to you by Yet Another Related Posts Plugin.
Categories: Networking, OpenSolaris