Sponsored Content
Full Discussion: fmadm on an M4000
Operating Systems Solaris fmadm on an M4000 Post 302499373 by DukeNuke2 on Thursday 24th of February 2011 08:36:44 AM
Old 02-24-2011
for a superadmin i would give:
- platadm
- useradm
- auditadm
- fieldeng
- mode
 

10 More Discussions You Might Find Interesting

1. Solaris

M4000 graphics card

Hi Guys, Anyone know any commands to verify the graphics card is installed correctly on an M4000? show-displays just comes back and echoes nothing. Also there is on input-device or output-device variable when you run printenv. This in itself is worrying. Any advice would be... (4 Replies)
Discussion started by: callmebob
4 Replies

2. UNIX for Dummies Questions & Answers

Help with restarting SUN m4000 server

I'm trying to power on our SUN m4000 server after a recent shutdown. When I try to connect to the xscf console I'm getting prompted for a password. The system is not asking for a login just a password. Below is the output from the xscf console. Anyone know how I can safely get back to the... (0 Replies)
Discussion started by: orahi001
0 Replies

3. Solaris

fmadm faulty output

Hi everyone, I wanted to ask a question about fmadm and explorer outputs. Recently found out that an error shows up in fmadm saying "mb is faulty but still in service" so we took an explorer send to Oracle Support. Error led wasn't on but we didn't want to risk the probability. They came up... (1 Reply)
Discussion started by: royalliege
1 Replies

4. Solaris

M4000 fault

Hi Guys and Gals, Can someone help me possible? Trying to power up an M4000 and it comes up with xscf fault (reason=0) it then just hangs there. Any help would be gratefully appreciated. Thanks Martin (4 Replies)
Discussion started by: callmebob
4 Replies

5. Solaris

Single maintence mode cannot run any command on M4000

Hii All I was building two M4000 servers and one was successfully installed. Other one /usr has been unmounted. my putty session got disconnected and i connected to console where it asked for root single maintence # # init 0 not foung # df -h not found # xscf>poweroff -a xscf>... (8 Replies)
Discussion started by: seems
8 Replies

6. Solaris

M4000 Server Issue

Dear Team, This time i am facing some problems in Sun SPARC M4000 server. I have a doubt, when we are upgrading the firmware if XSCF , the OBP is also upgraded. What about server OBP, Is that upgardation need to be done separately ? what about DVD-ROM, HARD DISK firmware.... (3 Replies)
Discussion started by: sudhansu
3 Replies

7. Solaris

M4000 Memory Fault

Hi Guys and Gals, Does anyone know how to track down a faulty DIMM on the memory board of an M4000? showhardconf tells me which board it is, but was wondering if there was a way to track it down to a DIMM? Thanks in advance Martin (5 Replies)
Discussion started by: callmebob
5 Replies

8. Solaris

M4000 Mode Switch

Hello, I'm set to go out to our M4000 to reset the XSCF password, since the person who set it up doesn't remember what password they setup. I have all the steps, but the only question I can't find an answer to is around the mode switch. Right now, based on prtdiag, the mode switch is in... (2 Replies)
Discussion started by: QuickNull
2 Replies

9. Solaris

CPU/processor/cores in M4000

Hi Gurus Can someone help me in explaining the below outputs . psrinfo -p 4 /usr/sbin/psrinfo -pv The physical processor has 4 virtual processors (0-3) SPARC64-VI (portid 1024 impl 0x6 ver 0x93 clock 2150 MHz) The physical processor has 4 virtual processors (8-11) SPARC64-VI... (3 Replies)
Discussion started by: ningy
3 Replies

10. Solaris

How to Display M4000 XSCF IP from Solaris OS?

Hi All, I have an Oracle M4000 server with Solaris 10 OS. I have access to Solaris root prompt. But I don't know the XSCF IP of this server. Is there any way to display XSCF IP from Solaris OS? (2 Replies)
Discussion started by: byrusber
2 Replies
GETPHFIG(3)						  MBK PHYSICAL UTILITY FUNCTIONS					       GETPHFIG(3)

NAME
getphfig - give back a pointer to a phfig ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mph.h" phfig_list *getphfig(figname, mode) char *figname; char mode; PARAMETERS
figname Name of the figure to be created mode Demanded mode for the figure DESCRIPTION
getphfig returns a pointer to the figure called figname with the warranty that the expected information is present in memory. If mode is 'A' then the figure has all its lists filled, else the figure may either be complete or interface only. This function allows to completly mask disk access for applications programs. If the figure is in memory, with the specified mode, then the function returns the appropriate pointer. Else, the function performs a call to the loadphfig(3) and returns a pointer to the loaded fig- ure. RETURN VALUE
getphfig returns a pointer to the wanted figure. ERRORS
getphfig cannot give any errors, but the subsequent calls it performs to parsers do. So the source of trouble may be the call to getphfig. See loadphfig(3) for details. EXAMPLE
#include "mph.h" phfig_list *na2_y() { /* find in memory or load from disk na2_y */ return getphfig("na2_y", 'A'); } SEE ALSO
mbk(1), phfig(3), addphfig(3), delphfig(3), loadphfig(3), savephfig(3), flattenphfig(3), rflattenphfig(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 GETPHFIG(3)
All times are GMT -4. The time now is 06:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy