Sponsored Content
Operating Systems Solaris Determine if you are in a Legacy Zone? Post 302962952 by Peasant on Monday 21st of December 2015 11:17:30 AM
Old 12-21-2015
Looks like you could use patchadd or pkg command to determine certain set of packages...

I see oracle recommends installing packages SUNWs8brandr from solaris 10 media, perhaps this is a good way to start...

Also there is a tool called p2v, take a look at this illumos code
https://searchcode.com/codesearch/view/5484137/

warn_zones function looks like it looks at some files which determine various info regarding zones.
Perhaps oracle version is still a plain text script Smilie

But then again i have no experience with above, so it is just babble Smilie


Regards
Peasant.
 

9 More Discussions You Might Find Interesting

1. Solaris

Bind zone transfer recategorises zone file?

Hi, I have a primary/slave Bind 9 setup running on a Solaris 10 platform. Everything is hunky dorey, except for when I make a zone file change and up the serial the file that is transferred to the slave looses all its comments, and the entries are place in alphabetical order. I administer many... (1 Reply)
Discussion started by: fulhamfcboy
1 Replies

2. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies

3. Solaris

Solaris Cmd to determine type of zone?

I lost my notes on the subject, but I remember running across a single Solaris command that tells you the following Global zone vs local zone Sparse local zone vs Whole Root local zone Can anyone advise? Thanks-In-Advance!! (2 Replies)
Discussion started by: ckmehta
2 Replies

4. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

5. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

6. Solaris

showing 2 different time zones in global zone and nonglobal zone

can some one help me out as it is showing 2 different time zones in global zone and nonglobal zone .In global zone it is showing in GMT while in nonglobal zone i it showing as PDT. System in running with solaris 10 (3 Replies)
Discussion started by: ravijanjanam12
3 Replies

7. Solaris

Scripting changes to multiple zone configurations in the same Global Zone

So this is Solaris 11.1. I have a Global zone that has several non-global zones running in it. I want to change the capped-memory.physical resources setting in ALL the zone configs of the running zones. if I were to do this manually here's what I would do: zonecfg -z zone1 select... (2 Replies)
Discussion started by: os2mac
2 Replies

8. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

9. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies
datapm(1)						       Data package manager							 datapm(1)

NAME
datapm - data packaging system and utilities SYNOPSIS
datapm COMMAND [OPTIONS] DESCRIPTION
datapm (data package manager) is a command line tool and python library and for working with Data Packages and interacting with data hubs like those powered by CKAN COMMANDS
about About datapm clone src-spec path [format-pattern] [url-pattern] Download a package (i.e. metadata and resources) specified by src-spec to path Resources to retrieve are selected interactively if no format-pattern is given. If provided, the optional glob-style format-pattern and url-pattern arguments are matched against the format and url of the resource to determine whether it should be retrieved. download src-spec path [format-pattern] [url-pattern] Download a package (i.e. metadata and resources) specified by src-spec to path Resources to retrieve are selected interactively if no format-pattern is given. If provided, the optional glob-style format-pattern and url-pattern arguments are matched against the format and url of the resource to determine whether it should be retrieved. dump pkg-spec path-of-resource-within-pkg Dump contents of specified resource in specified package to stdout. help Show available commands info package-spec [manifest] Get information about a package (print package metadata). If manifest specified then show manifest info rather than package metadata. WARNING: if you change the metadata for a python distribution you may need to rebuild the egg-info for changes to show up here. init [path-or-name] Initialize a data package at path. Package Name will be taken from last portion of path. If path simply a name then create in the cur- rent directory. license Show the license list [index-spec] List registered packages. If index-spec is not provided use default index. man Show the manual push [source-file] [webstore-url] Push local package in current directory to remote repository specified in .dpm/config. Alternatively push a single file to the web- store. register rc-spec dest-spec Register package at src-spec into index at dest-spec. search index-spec query Search registered packages in index-spec. setup action config [location]: Create configuration file at location. If not location specified use default (see --config). index [location]: Setup an index at location specified in config. repo: Setup a repository. The repository will be created at the location specified via the --repository option or default location specified by config. update src-spec dest-spec As for register. upload path upload-spec Upload a file or package at path to upload-spec. The upload-spec are of the form: upload-dest-id://BUCKET/LABEL For example: ## default ckan upload ckan://BUCKET/LABEL ## an s3 upload destination my-s3://BUCKET/LABEL ## local pairtree my-pairtree://BUCKET/LABEL ## google storage my-google-storage://BUCKET/LABEL Upload destinations are specified in your datapm config file and are of the form: [upload:dest-id] ofs.backend = s3|google|archive.org|... ## see OFS documentation for a given backend config-option = config-value OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -v, --verbose Give more output -d, --debug Print debug output -q, --quiet Give less output --log=FILENAME Log file where a complete (maximum verbosity) record will be kept -c CONFIG, --config=CONFIG Path to config file (if any) - defaults to $HOME/.dpmrc -r REPOSITORY, --repository=REPOSITORY Path to repository - overrides value in config -k API_KEY, --api-key=API_KEY CKAN API Key (overrides value in config) CONFIGURATION FILE
[dpm] repo.default_path = $HOME/.dpm/repository index.default = file [index:ckan] ckan.url = http://thedatahub.org/api/ ckan.api_key = [index:db] db.dburi = sqlite://$HOME/.datapm/repository/index.db [upload:ckan] ofs.backend = reststore host = http://storage.ckan.net FILES
~/.dpmrc Per user datapm configuration file. EXAMPLES
Grabbing some data from an index datapm index-add file:///.... datapm update datapm search "military spending" some-id Military Spending 1890-1914 some-id-2 Military Spending 1890-1914 (normalized) datapm install some-id datapm plot some-id Get two different datasets and use them together datapm install pkg-a datapm install pkg-b datapm create merged # manual merge # e.g. PPP, GDP datapm register my-merged-package SEE ALSO
For more information visit the documentation at: http://readthedocs.org/docs/dpm February 6, 2012 datapm(1)
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy