Sponsored Content
Full Discussion: Ultra 10
Operating Systems Solaris Ultra 10 Post 302726813 by jim mcnamara on Monday 5th of November 2012 08:48:26 AM
Old 11-05-2012
Wow. That is hard to read. It looks to me like the system disk is corrupted.
I would try a restore of the disk.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ultra 5

Can anyone tell me if the Sun Ultra 5 w/ 270 cpu is 32 or 64 bit? (1 Reply)
Discussion started by: jeremiebarber
1 Replies

2. UNIX for Advanced & Expert Users

Ultra 10/30

Hi, I am planning to purchase a sun ultra 10 or 30, i was wondering what is the difference between them. I tried looking up for sun documentation and cannot find any info. Please help me. Thanks Soul (1 Reply)
Discussion started by: souldier
1 Replies

3. Solaris

Ultra 30/60

Not necessarily a Solaris question, but thought this the best place for it. My main Linux/OpenBSD workstation (really old athlon) is on its way out, and I am considering getting an Ultra 30 or 60 to replace it with. If I go with a dual proc 60 I'll get SMP support on Linux. Most systems I've... (1 Reply)
Discussion started by: DraconianTimes
1 Replies

4. Solaris

I need to clone an ultra 1 onto and ultra 60

I need to move everything from an older ultra 1 onto a newer ultra 60 (OS and all) running SUNOS 5.5.1. Any suggestions on the best way to do this? Frank P.S. If you know of a document somewhere please let me know. (11 Replies)
Discussion started by: frankkahle
11 Replies

5. Solaris

Ultra-60 upgrade

Hi, I would like to upgrade the memory to 8GB and two more cpu's is it possbile to upgrade? Currently I have... # uname -a SunOS bdsn4003 5.8 Generic_117350-33 sun4u sparc SUNW,Ultra-60 # prtconf System Configuration: Sun Microsystems sun4u Memory size: 2048 Megabytes System... (1 Reply)
Discussion started by: jeelans
1 Replies

6. Solaris

Solaris 10 on Ultra 4

Has anyone successfully tried installing Solaris 10 on an Ultra 4?? The machine in question has a 300MHz SPARCIIi CPU and 1 GB of RAM which - according to the SUN doco should be enough. However when I try and install it just hangs on the "configuring Devices" message. I left it overnight to see... (2 Replies)
Discussion started by: korfnz
2 Replies

7. Solaris

Ultra 24 Problem

Dear All, I Have problem at my console Ultra 24 Intel. OS : solaris 10 with kernel 13xxxx. Error message is : May 11 13:27:08 unknown agent: syslog May 11 13:27:08 agent agentServer parameter (xxxxx) is not a valid local hostname May 11 13:27:08 unknown agent: syslog May... (8 Replies)
Discussion started by: mbah_jiman
8 Replies

8. Solaris

installing 2.6 and 2.5.1 on Ultra 80

Hi all, I must install 2.6 and 2.5.1 on ultra 80's. I need Operating Environment Installation CD p/n 704-6914-10 (Sept 99) or 704-7076-10 (Feb 2000)and also the manual "Installing Solaris 2.5.1 or Solaris 2.6 Software on 419+ MHz Systems" will be really helpfull. I can not reach that CD... (0 Replies)
Discussion started by: endoavour
0 Replies

9. Solaris

How to install an Ultra 10...?

I have a nice Ultra 10 (440 MHz, 1 GB RAM, 40 GB Disk, Elite3D m6 Graphics), which probably needs a new install. Currently it is running Solaris 10 with Java Desktop. Imho Java Desktop slows the computer a little bit down. Since a few days a have also a SunPCi II card. Now I want to reinstall... (3 Replies)
Discussion started by: flowerking
3 Replies

10. Solaris

Solaris 2.5.1 and 2.6 on Ultra 80

Hi, as being discussed in this Thread some time ago, I need the "Solaris Operating Environment Installation CD" to be able to install Solaris releases before 7 on my lovely U80. Part number is 704-7076-10. Does anyone still have this hanging around? Regards, Oli ... (5 Replies)
Discussion started by: oreissig
5 Replies
hdio(7I)							  Ioctl Requests							  hdio(7I)

NAME
hdio - SMD and IPI disk control operations SYNOPSIS
#include <sys/hdio.h> DESCRIPTION
Note - The SMC and IPI drivers have been discontinued. dkio(7I) is now the preferred method for retrieving disk information. The SMD and IPI disk drivers supplied with this release support a set of ioctl(2) requests for diagnostics and bad sector information. Basic to these ioctl() requests are the definitions in <sys/hdio.h>. IOCTLS
HDKIOCGTYPE The argument is a pointer to a hdk_type structure (described below). This ioctl() gets specific information from the hard disk. HDKIOCSTYPE The argument is a pointer to a hdk_type structure (described below). This ioctl() sets specific information about the hard disk. /* * Used for drive info */ struct hdk_type { ushort_t hdkt_hsect; /* hard sector count (read only) */ ushort_t hdkt_promrev; /* prom revision (read only) */ uchar_t hdkt_drtype; /* drive type (ctlr specific) */ uchar_t hdkt_drstat; /* drive status (ctlr specific, ro) */ }; HDKIOCGBAD The argument is a pointer to a hdk_badmap structure (described below). This ioctl() is used to get the bad sector map from the disk. HDKIOCSBAD The argument is a pointer to a hdk_badmap structure (described below). This ioctl() is used to set the bad sector map on the disk. /* * Used for bad sector map */ struct hdk_badmap { caddr_t hdkb_bufaddr; /* address of user's map buffer */ }; HDKIOCGDIAG The argument is a pointer to a hdk_diag structure (described below). This ioctl() gets the most recent command that failed along with the sector and error number from the hard disk. /* * Used for disk diagnostics */ struct hdk_diag { ushort_t hdkd_errcmd; /* most recent command in error */ daddr_t hdkd_errsect; /* most recent sector in error */ uchar_t hdkd_errno; /* most recent error number */ uchar_t hdkd_severe; /* severity of most recent error */ }; SEE ALSO
ioctl(2), dkio(7I) SunOS 5.10 13 Aug 2002 hdio(7I)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy