tape_device_driver
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tape_device_driver [2011/11/16 07:31] – michael | tape_device_driver [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Hide details for explaination of syntax: | Hide details for explaination of syntax: | ||
| explaination of syntax: | explaination of syntax: | ||
| - | tapeutil -f f -o fdp [-w w ][-v ] | + | |
| - | -f Device Special File Name (always required) {/ | + | -f Device Special File Name (always required) {/ |
| - | -o Operation (always required) | + | -o Operation (always required) |
| - | -w Open mode (optional for all commands) {1=read/ | + | -w Open mode (optional for all commands) {1=read/ |
| - | -v Verbose mode (optional for all commands, stand-alone flag) {no value required, absence of flag means quiet mode} | + | -v Verbose mode (optional for all commands, stand-alone flag) {no value required, absence of flag means quiet mode} |
| - | 4. Run the following syntax at the command line: (store | + | 4. Store drive dump: \\ |
| - | tapeutil -f / | + | tapeutil -f / |
| - | Hide details for explaination of syntax: | + | Hide details for explaination of syntax: |
| - | explaination of syntax: | + | explaination of syntax:\\ |
| - | tapeutil -f f -o sdp [-w w ][-v ]-z z | + | tapeutil -f f -o sdp [-w w ][-v ]-z z |
| - | -f Device Special File Name (always required) {/ | + | -f Device Special File Name (always required) {/ |
| - | -o Operation (always required) | + | -o Operation (always required) |
| - | -w Open mode (optional for all commands) {1=read/ | + | -w Open mode (optional for all commands) {1=read/ |
| - | -v Verbose mode (optional for all commands, stand-alone flag) {no value required, absence of flag means quiet mode} | + | -v Verbose mode (optional for all commands, stand-alone flag) {no value required, absence of flag means quiet mode} |
| - | -z Input/ | + | -z Input/ |
| Complete List from DOCUMENTATION: | Complete List from DOCUMENTATION: | ||
| Line 36: | Line 36: | ||
| Getting Drive infos: | Getting Drive infos: | ||
| | | ||
| + | |||
| + | |||
| + | |||
| + | ====== Neuinstallation tape device Driver: ====== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | # swinstall -p -x ask=true atdd (preview option) | ||
| + | # swinstall -x ask=true atdd in HP-UX 11i v1, and v2 | ||
| + | # swinstall -x autoreboot=true -x ask=true atdd in HP-UX 11i v3 | ||
| + | |||
| + | Nach der Installation sind folgende Files up to Date:\\ | ||
| + | srvhzdtsmlin1:/ | ||
| + | total 0 | ||
| + | -r--r--r-- 1 root root 0 Apr 11 14:05 IBMchanger | ||
| + | -r--r--r-- 1 root root 0 Apr 11 14:05 IBMtape | ||
| + | |||
| + | |||
| + | Löschen und Neuanlegen der Special Files: | ||
| + | / | ||
| + | |||
| + | ====== " | ||
| + | |||
| + | In manchen fällen ändert sich bei Microcode Upgrade die ID eines Drives. Somit funktionieren die Links nicht mehr. | ||
| + | |||
| + | # count drives | ||
| + | ioscan -FNkCtape | grep -c CLAIM | ||
| + | |||
| + | # do ioscan | ||
| + | ioscan | ||
| + | |||
| + | # count drives again ;) | ||
| + | ioscan -FNkCtape | grep -c CLAIM | ||
| + | |||
| + | #remove old special files where CLAIMED = NO | ||
| + | rm -H / | ||
| + | |||
| + | # set links (for the one drive, or for all by script) | ||
| + | ln -s / | ||
| + | |||
| + | |||
| + | |||
| + | |||
tape_device_driver.1321428665.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
