von js | Dez 6, 2012 | AIX Intro, AIX Tips
AIX wurde von Anfang an als ein skalierbares und erweiterbares Betriebssystem geplant. Insbesondere wurde darauf Wert gelegt, dass Plattenplatz jederzeit und ohne Unterbrechung erweitert werden kann. Das wurde durch die Einführung des s.g. Logical Volume Managers...
von js | Dez 5, 2012 | AIX Tips
lsfs Zeigt alle filesysteme – man kann greppen. lsfs -q (fs) Zeigt alle filesysteme mit details. lsjfs Displays data about all filesystems in CSV style format mount Lists all the mounted filesystems mount (fs or lv) Mounts a named filesystem mount -a Mounts all...
von js | Dez 5, 2012 | AIX Tips
lsvg Lists all volume groups lsvg (vg) Lists the volume group details lsvg -l (vg) Lists all logical volumes in the volume group lsvg -p (vg) Lists all physical volumes in the volume group lsvg -o Lists all varied on volume groups varyonvg (vg) nimmt eine VG online...
von js | Dez 5, 2012 | AIX Tips
lsvg Lists all volume groups lsvg (vg) Lists the volume group details lsvg -l (vg) Lists all logical volumes in the volume group lsvg -p (vg) Lists all physical volumes in the volume group lsvg -o Lists all varied on volume groups varyonvg (vg) nimmt eine VG online...
von js | Dez 5, 2012 | AIX Tips
lscfg zeigt alle installierten Devices mit Location Code lscfg -v lists all installed devices in detail lscfg -vl (device name) lists device details bootinfo -b reports last device the system booted from bootinfo -k reports keyswitch position 1=secure, 2=service,...
von js | Dez 5, 2012 | AIX Tips
exportfs Lists all exported filesystems exportfs -a Exports all fs’s in /etc/exports file exportfs -i exports a Filesystem „instant“ without an entry in /etc/exports exportfs -u (filesystem) Un-exports a filesystem mknfs Configures and starts NFS...