Solaris 11 - Automatically update local IPS repository


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11 - Automatically update local IPS repository
# 1  
Old 05-27-2016
Solaris 11 - Automatically update local IPS repository

Hi guys,

I've got a local IPS repository on server 1 (local server in the basement) and a second one on server 2 in another data center. Both servers act as repository servers for their locations.

The publisher list is like this

Code:
pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
custom         (syspub)     origin   online F file:///export/IPSpkgrepos/custompackages/
solaris        (syspub)     origin   online F file:///export/IPSpkgrepos/solaris/

When I'm deploying new custom packages, they go to server 1.

My question is: Is there a way to automatically update each repository (server 2, server 3 etc.) with the contents of server 1 (without using a cronjob or similar) by using standard Solaris 11 IPS commands?

Thanks and regards,
Daniel Heitepriem
# 2  
Old 05-27-2016
# 3  
Old 05-27-2016
Unfortunately not. I thought of something like this
How to Automatically Copy a Repository From the Internet
(I'm still unable to post links due to the "5 posts" rule)

But this seems only possible by adding a new repository which I want to avoid if possible.
# 4  
Old 06-09-2016
# 5  
Old 06-10-2016
Hi,

yes, this seems to do the trick. I will try if it works.

Thanks and regards,
Daniel Heitepriem
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

Local YUM Repository for RHEL versions

Hello, I need to know regarding setting up of Local repositories so that I can update or install packages on other RHEL servers. In our environment we have many servers with different RHEL versions. Like RHEL 7.2, RHEL 7.3, RHEL 7.4, RHEL 7.5 Arch = x86_64 I have setup one Repo server;... (0 Replies)
Discussion started by: SunshineMLinux
0 Replies

2. Red Hat

Repository update

i have a repository server for red hat and centos clients. the repository contain all the rpms from the original install cd. now lets say i will add for example the new BASH rpm that fixes the shellshock vaulnerbility. when the client machine will run the command: "yum update bash" did the yum... (1 Reply)
Discussion started by: guy3145
1 Replies

3. Solaris

Updating my Solaris 11 IPS

Hi experts, I have an X86 as my IPS server running ( uname -a SunOS 5.11 11.1 i86pc i386 i86pc). the IPS has the following package version: prdb01b:~# pkg list -fa entire NAME (PUBLISHER) VERSION IFO entire ... (0 Replies)
Discussion started by: afadaghi
0 Replies

4. Solaris

Solaris IPS problems

Hi guys, long time no see Today I installed Oracle Solaris 11.11 in virtualbox. My machine needs to be bulletproof for our production databases but :D First problem is that I can't install anything using IPS where publisher is solars, default freeware repo for Oracle Solaris. I need... (9 Replies)
Discussion started by: solaris_user
9 Replies

5. Red Hat

Local yum repository

Hi Friends, I have succesfully configured a local yum repository using ios image. Please let me know how i can synchronize the local repository with RHN. Is it possible, so that i can update the local repository with latest updates. Regards, Arumon (1 Reply)
Discussion started by: arumon
1 Replies

6. Shell Programming and Scripting

how to take file from SAP server to local serve automatically

Hi, I have problem in writing the UNIX scripts,I have one SAP server and my local server .I want to take one file from SAP server to my local server weekly bases I want to write one UNIX scripts which will automatically takes that file from SAP server to my server.so I need not need to pull the... (1 Reply)
Discussion started by: Mohsin22021987
1 Replies

7. Shell Programming and Scripting

automatically update ??

Hi, This is deb, i have problem an a script for that i need some help and support. problem is ..... i have a file called 'empdetails' i want to add every update or modification of a particular employee to that file (like swap in or swap out,salary,emp id etc.) and the file is... (2 Replies)
Discussion started by: deb.simply
2 Replies

8. UNIX for Dummies Questions & Answers

Automatically copying files from server to local drive?

I would like automate the process of copying some logs files from a server to my local hard drive at a set time each week/day. I don't really know anything about creating and scheduling jobs. Is this something I could setup relatively easily? I would like to automatically copy all the logs... (1 Reply)
Discussion started by: Sepia
1 Replies
Login or Register to Ask a Question