You are on page 1of 1

To start and also stop the volume management for the CD Drive in a SUN Solaris

based system

etc/init.d

./volmgt stop

./volmgt start

To mount a partition on the operating UNIX system in a server

NeraDEV(root)% mount -F hsfs -o ro /dev/sr0 /mnt

/mnt - mounting point


F - force mounting

To enable write access:


??From the command prompt, type
mount / -0 remount,rw

To disable write access:


??From the command prompt, type
mount / -0 remount,ro

IPTABLES - commands

1. iptables -F INPUT
2. iptables -A INPUT -s [ip-address] -j ACCEPT
3. iptables -A INPUT -j DROP

# PATH=/opt/Eracom/bin:$PATH
# export PATH
# LD_LIBRARY_PATH=/opt/Eracom/lib:$LD_LIBRARY_PATH
# export LD_LIBRARY_PATH

You might also like