Sponsored Content
Operating Systems Solaris How to Display M4000 XSCF IP from Solaris OS? Post 302984685 by DukeNuke2 on Saturday 29th of October 2016 06:32:41 PM
Old 10-29-2016
Read a little here:

DSCP: Domain to Service Processor Communication Protocol (The Secrets of Olympus)

Not exactly what you need but if your DSCP network is working, you can login to the XSCF via ssh from your Solaris domain and check the settings inside the XSCF (given you have the crendentials to login).

If nothing works and you have a serial line to the XSCF, you can use that to check the settings.

hth,
DN2
 

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 on an M4000

Hi people, Hoping someone has maybe done this before? I'm trying to run fmadm from the xcsf prompt on an M4000 and it won't run, complaining about insufficient privileges, even though the user has supposedly been setup with fieldeng privileges. Anyone got any ideas? Cheers Rgrds... (10 Replies)
Discussion started by: callmebob
10 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

XSCF on M3000

Hi, I've updated a few M3000s to new firmware without any hassle, but on one of them the following is happening: XSCF> getflashimage -u wayner ftp://10.16.122.200/tftpboot/IKXCP1102.tar.gz Error: insufficient free space Any idea how to delete whatever old firmware is on there so I can... (7 Replies)
Discussion started by: cabaiste
7 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. IP Networking

M5000 Xscf

I took over an M5000 and have a jumper server with a nic to connect to the console IP of an M5000. access via ssh user@ip. it was working fine, another person can connect remotely on the subnet, but when I ssh,it just hangs and then times out. so my question is, any ideas of what I might... (4 Replies)
Discussion started by: rrodgers
4 Replies
CMIS-CLIENT(1)							 cmis-client 0.2.0						    CMIS-CLIENT(1)

NAME
______cmis-client ____ - command line CMIS client tool. SYNOPSIS
cmis-client help cmis-client [-v] --url url://to/binding list-repos cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id show-root cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id get-content id cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id --input-file path/to/file --input-type mime/type [--input-name name.ext] set-content id cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id [--object-type some:cmistype] [--object-property prop-id=prop-value...] create-folder parent-id name cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id --input-file path/to/file --input-type mime/type [--input-name name.ext] [--object-type some:cmistype] [--object-property prop-id=prop-value...] create-document parent-id name cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id [--object-property prop-id=prop-value...] update-object object-id cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id [type-by-id] | [show-by-id] | [show-by-path] | [delete] arg... cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id [checkout] | [cancel-checkout] | [get-versions] arg cmis-client [-v] [-u login] [-p secret] --url url://to/binding -r repo-id [--input-file path/to/file] [--input-type mime/type] [--input-name name.ext] [--object-property prop-id=prop-value...] [--major] [--message] checkin pwc id DESCRIPTION
The cmis-client tool sends queries over the net to a CMIS-enabled server to access or modify its content. It is originally demonstrating what libcmis is capable of. OPTIONS
GLOBAL OPTIONS -v, --verbose Shows a lot of information to monitor what is happening behind the scene. This helps a lot to debug libcmis. --help Show the help and exit. This is equivalent to use the help command. --url url://to/binding url://to/binding needs to point to the service document of either AtomPub or WebService binding. -r,--repository repo-id Operate on the repo-id CMIS repository. If there is only one repository on the server, this parameter is not needed and that repository will be automatically selected. Use this parameter if there are several repositories on the server. -u,--username login Connect as login to the CMIS server. If not provided connect anonymously. -p,--password secret Use secret to authenticate on the CMIS server. --proxy url Use url as the HTTP proxy. Setting this value will override the system proxy settings. --proxy-username login Use login to authenticate on the HTTP proxy. --proxy-password secret Use secret to authenticate on the HTTP proxy. --noproxy list Proxy settings won't apply to hostnames and domain names listed in list. This value is a coma separated list. MODIFICATION OPERATIONS OPTIONS --input-file path/to/file Upload path/to/file as the new content stream of the object. --input-type mime/type Set the mime type of the new content stream of the object to mime/type. --input-name name.ext Set the remote content stream filename of the new content stream of the object to name.ext. --object-type some:cmistype Set the object type of the CMIS object to be created to some:cmistype. This is the equivalent of --object-property cmis:objectTypeId=some:cmistype. --object-property prop-id=prop-value Set a property to be updated or added to the CMIS object. prop-id is the property definition id and prop-value is the value to set on it. --major Create a major version when performing a checkin. -m, --message message Set the checking message. COMMANDS help Show the help and exit. list-repos List the repositories available on the server. show-root Displays the root node infos and children. get-content id Download the content of the CMIS object corresponding to id in the current directory. set-content id Upload a file as the content stream of the CMIS object corresponding to id. create-folder parent-id name Create a sub folder in folder parent-id named name. The default type of the folder to create is cmis:folder, but this can be changed using --object-type option. create-document parent-id name Create a document in folder parent-id named name. The default type of the document to create is cmis:document, but this can be changed using --object-type option. Note that the --input-file and --input-type may be mandatory, depending on the type of the document to create and its constraints. update-object object-id Replace the writeable properties given with --object-property option on the object matching id object-id. type-by-id arg... Displays the infos and children (if any) of all the CMIS types corresponding to the listed ids. show-by-id arg... Displays the infos and children (if any) of all the CMIS objects corresponding to the listed ids. show-by-path arg... Displays the infos and children (if any) of all the CMIS objects corresponding to the listed paths. delete arg... Deletes the CMIS objects corresponding to the listed ids. If the node is a folder, its content will be removed as well. checkout arg Checkout the document corresponding to the provided id and display the infos of the created private working copy. cancel-checkout arg Cancel the Private Working Copy corresponding to the node id. get-versions arg Display the versions (if any) of all the CMIS object corresponding to the provided id. checkin arg Check in the private working copy corresponding to the provided id and display the infos of the resulting document. Use the --major and --message options to define the version to create and the commit to associate to it. Note that repositories without the ability to update the private working copies will need the --input-file, --input-type and --object-property options. USAGE
Displays the root node of repository A1: cmis-client -r A1 --url http://localhost/atom show-root Displays the nodes with id 133 and 116 of repository A1: cmis-client -r A1 --url http://localhost/atom show-by id 133 116 AUTHOR
Cedric Bosdonnat cbosdo cmis-client 0.2.0 2012-02-21 CMIS-CLIENT(1)
All times are GMT -4. The time now is 02:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy