Sponsored Content
Operating Systems Solaris Solaris 11 to 11.1 update help Post 302981734 by fly3rs on Sunday 18th of September 2016 05:07:00 PM
Old 09-18-2016
Solaris 11 to 11.1 update help

If anyone has any solid documents on updating Solaris 11.0 to 11.1 please share. I have been spinning my wheels for day now. I got past running the pre-update step. Rebooted the system and trying to continue with update to 11.1 using IPS repo and keeps failing with message that it can't reach running zone. Very frustrated and Oracle documents are sending me in circles. Anyone have any experience with local IPS repo's? My system can't connect to internet so I can't use Solaris release url... I was able to create 11.0 repo and install a zone from that repo and use that repo also for the pre-upgrade step along with pre-update iso. after that I am stuck... can't get system to update to 11.1!!!!!

Thanks all ... Steve
 

10 More Discussions You Might Find Interesting

1. Solaris

How to update patches to Solaris 10?

I am seeking help to add patches to Solaris 10 on 64 bit Sparc server. This is to prepare the server for the installation of Oracle 10g. Please list command and specific directory that patches should be added to. Thanks (4 Replies)
Discussion started by: duke0001
4 Replies

2. Solaris

How update Solaris ?

I have Solaris 10 01/06 version on my server, but i wanna update her from my DVD-Disc to 08/07. How i can do it ? I has try boot from disc, but don't find Upgrade function =( Please help me anyone! (1 Reply)
Discussion started by: jess_t03
1 Replies

3. Solaris

update openshh on solaris 10

Hi All, I've downloaded and extracted openssh4.1 on solaris 10. When I run the install-sh, it replied with "./install-sh: no input file specified". The file is executable and been move to owner root or the rest of the files. Why is that? Please help. Thanks in advance, itik (4 Replies)
Discussion started by: itik
4 Replies

4. Solaris

Undo the Veritas mirroring and update from Solaris 8 to Solaris 10

Hi all I wish to undo the mirroring for root and update the Solaris version from 8 to 10. Since i am lack of knowledge and experience on this, hope you all can help me double check the step and correct me. Existing disk groups details root@leo # vxdg list NAME STATE ID... (3 Replies)
Discussion started by: SmartAntz
3 Replies

5. Solaris

Update Solaris patch

Hi All I had update the solaris version, and now wish to update the patch. but when i check my patch version, i cant find any version for that. any idea? root@leo # showrev Hostname: leo Hostid: 839b58a3 Release: 5.10 Kernel architecture: sun4u Application architecture: sparc... (8 Replies)
Discussion started by: SmartAntz
8 Replies

6. Solaris

Update Solaris from 8 to 10

Hi all, i am facing a problem. i cant update the 8 to 10. It show me the error cannot mount the root, swap, and other filesystem. when i run # format in the normal situation, it give me the below result # format 0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> ... (12 Replies)
Discussion started by: SmartAntz
12 Replies

7. Solaris

Solaris Update 2 to 7

I need to get from Solaris 10 update 2 to update 7, whats the quickest way just apply kernel patch or live upgrade? If it is just kernel patching can i go straight from update 2 to 7 or do I have to apply each revision level patch i.e. go from update 2 to 3 to 4 etc... (2 Replies)
Discussion started by: mr_crosby
2 Replies

8. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

9. Solaris

Solaris Repo Update

Hi Folks, Just a quick question on this, I've tried to run this a couple of times now - first time it failed I increased the swap. I'm not sure that increasing the physical memory will do any good, but will try later today - has anyone seen this or anything similar? SunOS fvssphsun01 5.11... (8 Replies)
Discussion started by: gull04
8 Replies

10. Solaris

How to update Solaris 10 Update 3 to Update 11?

Hi friends, We have a Solaris machine running 10 update 3 -bash-3.2# cat /etc/release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. ... (6 Replies)
Discussion started by: prvnrk
6 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 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy