Sponsored Content
Full Discussion: 7.1 & HP Netserver LPR
Top Forums UNIX for Dummies Questions & Answers 7.1 & HP Netserver LPR Post 6979 by Lyghtnin on Monday 17th of September 2001 09:33:20 AM
Old 09-17-2001
Question 7.1 & HP Netserver LPR

Over the past few weeks i've installed Red Hat 7.1 on an HP LPR Netserver and everytime i've installed it, I get errors on the drives and it keeps having me run the fsck command and i suspect that its the scsi drivers, everytime you reboot it gets worse and eventually will no longer boot. I've checked with HP and Red Hat and they are still in the testing stages with 7.1 for this server. My question(s) are this, can anybody give me any info if they've had this and corrected it and if so, how? second, i'd like to find 7.0 in the mean time to get my system up and running and can not find it anywhere, can someone lead me to it? any help would be appreciated.

Thanks,

Lyghtnin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO OpenServer 5.0.5 and hp Netserver LC2000 U3

Hi, I have a SCO Openserver 5.0.5 server running RAID5 on the hp NETRAID-1M controller and it works just fine. However, I cannot add a tape drive in. The standard SCSI card is a Symbios and I am using the 'slha' driver, but the system doesnt see the adaptor at SCO startup. The adaptor and... (1 Reply)
Discussion started by: christate
1 Replies

2. Shell Programming and Scripting

What is lpr -P ?

Hi , Could u please tell me What is lpr -P ? Regards Ashish Malviya:) (2 Replies)
Discussion started by: Ashishm
2 Replies

3. UNIX for Dummies Questions & Answers

lpr landscape

Hi Can anybody tell me how to configure my printer to handle lpr -o landscape? Or what I need to do to print a text file in landscape format using the lpr command. Thanks Monique (1 Reply)
Discussion started by: squeakywheel
1 Replies

4. UNIX for Dummies Questions & Answers

lpq, lpr and printing problems

good day! i would just like to ask for advice regarding an lp problem i have.. we currently migrated a GIS appl from sol 2.6 to sol 8 but maintained the same version of jetadmin (for the appl plotters and printers). we are able to print files on a printer but not on a plotter. the... (1 Reply)
Discussion started by: maria_iris
1 Replies

5. UNIX for Advanced & Expert Users

HP Netserver 2000 U3 RAID

-------------------------------------------------------------------------------- I tried to install SCO Open Server on HP2000 U3 drivers is amrid, at install of SCO unnix only recognize non hot plugged devices I have 2 HD of 40 GO under ID 0 and 1 but unix does not see them at boot ?? (0 Replies)
Discussion started by: Bernardschmitt
0 Replies

6. UNIX for Dummies Questions & Answers

HP Netserver 2000 U3 RAID

I tried to install SCO Open Server on HP2000 U3 drivers is amrid, at install of SCO unnix only recognize non hot plugged devices I have 2 HD of 40 GO under ID 0 and 1 but unix does not see them at boot ?? (1 Reply)
Discussion started by: Bernardschmitt
1 Replies

7. UNIX for Dummies Questions & Answers

Replacing a tape drive on HP NetServer e800

This server had an HP C1555 tape drive that appears to have gone belly up. We found a replacement, an HP C1537, that we want to install. We did the hardware thing, with power off, of course, but when the box was rebooted it did not seem to recognize the drive. At least the backup software did... (4 Replies)
Discussion started by: akirson
4 Replies

8. Red Hat

RHEL installation on HP NetServer LH6000

Dear experts, Can any one suggest, whether RHEL is supported in HP NetServer LH6000 U3 Thanks (2 Replies)
Discussion started by: ./hari.sh
2 Replies

9. Shell Programming and Scripting

Printing using LPR solved

Hi Guys, I am using the following command in unix for printing. pr -t -l34 "$1" | lpr -r But i was not able to see the file getting deleted. Is anything wrong with the command. ---------- Post updated at 10:56 AM ---------- Previous update was at 10:38 AM ---------- Hi... (0 Replies)
Discussion started by: Kar1234
0 Replies

10. UNIX for Beginners Questions & Answers

Print word doc using lpr command

Hi , We are trying to automate Printing the word document directly from the Server level to a Printer. We have printer registered and command I use is lp -d printername 1234.doc Even though the program completes fine, a print does not reach to the printer for word document. In... (4 Replies)
Discussion started by: PrashantTalele
4 Replies
fsck.jfs(8)						  JFS utility - file system check					       fsck.jfs(8)

NAME
fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device SYNOPSIS
fsck.jfs [ -afnopvV ] device DESCRIPTION
fsck.jfs is used to replay the JFS transaction log, check a JFS formatted device for errors, and fix any errors found. device is the special file name corresponding to the actual device to be checked (e.g. /dev/hdb1). fsck.jfs must be run as root. WARNING
fsck.jfs should only be used to check an unmounted file system or a file system that is mounted READ ONLY. Using fsck.jfs to check a file system mounted other than READ ONLY could seriously damage the file system! OPTIONS
If no options are selected, the default is -p. -a Autocheck mode - Replay the transaction log. Do not continue fsck processing unless the aggregate state is dirty or the log replay failed. Functionally equivalent to -p. Autocheck mode is typically the default mode used when fsck.jfs is called at boot time. -f Replay the transaction log and force checking even if the file system appears clean. Repair all problems automatically. -n Open the file system read only. Do not replay the transaction log. Report errors, but do not repair them. -o Omit the replay of the transaction log. This option should not be used unless as a last resort (i.e. the log has been severely corrupted and replaying it causes further problems). -p Automatically repair ("preen") the file system. Replay the transaction log. Do not continue fsck processing unless the aggregate state is dirty or the log replay failed. Functionally equivalent to -a. -v Verbose messaging - print details and debug statements to stdout. -V Print version information and exit (regardless of any other chosen options). EXAMPLES
Check the 3rd partition on the 2nd hard disk, print extended information to stdout, replay the transaction log, force complete fsck.jfs checking, and give permission to repair all errors: fsck.jfs -v -f /dev/hdb3 Check the 5th partition on the 1st hard disk, and report, but do not repair, any errors: fsck.jfs -n /dev/hda5 EXIT CODE
The exit code returned by fsck.jfs represents one of the following conditions: 0 No errors 1 File system errors corrected and/or transaction log replayed successfully 2 File system errors corrected, system should be rebooted if file system was mounted 4 File system errors left uncorrected 8 Operational error 16 Usage or syntax error 128 Shared library error REPORTING BUGS
If you find a bug in JFS or fsck.jfs, please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site: http://oss.software.ibm.com/jfs Please send as much pertinent information as possible, including the complete output of running fsck.jfs with the -v option on the JFS device. SEE ALSO
fsck(8), mkfs.jfs(8), logdump(8), logredo(8), xchklog(8), xchkdmp(8), xpeek(8) AUTHORS
Barry Arndt (barndt@us.ibm.com) William Braswell, Jr. fsck.jfs is maintained by IBM. See the JFS project web site for more details: http://oss.software.ibm.com/jfs March 1, 2002 fsck.jfs(8)
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy