Reinstall zones (solaris 8 container)

Hi
I have to restore 2 zones, because originally the zones are stored on a ZFS filesystem i've did the backup with the zfsdump scripts.
I'm able to restore the ZFS filesystems but that leaves me with the problem of reconfiguring the zones.
how do i configure and reinstall these zones?, the original flash archive used to setup these zones is missing.
would it be possible to use the following procedure
1) restore the zfs filesystemen
2) clone the latest snapshot and mount it.
3) create an archive from the mounted snapshot to use as the install media for the zone
the second option i can think of is
1 ) create a standard solaris 8 zone with the solaris 8 image you can download from Sun
2) Copy the files from the mounted clone to the new zone
3) boot the zone
I'm hoping someone could guide me in the right direction
Regards,

I just managed to restore a zfs filesystem with a solaris 8 container on it using the steps below.
I'm curious if i got it right or if there is another more obvious way as i have only a little experience and hands on time with the zfs filesystem.
bash-3.00# zfsrestored.sh -z storage/z-chili
storage/z-chili is restored from /nsr/storage_z-chili.20081206.
bash-3.00#
bash-3.00# zfs clone storage/z-chili@20081206 storage/z-chili/restored
bash-3.00# zfs list
NAME USED AVAIL REFER MOUNTPOINT
storage 85.9G 48.0G 24.5K legacy
storage/data 69.7G 48.0G 69.7G /data
storage/z-chili 7.61G 48.0G 7.61G legacy
storage/z-chili@20081206 0 - 7.61G -
storage/z-chili/restored 0 48.0G 7.61G legacy
storage/z-polen 4.26G 48.0G 4.26G legacy
storage/z-polen@20081211 832K - 4.26G -
storage/zones 4.32G 48.0G 4.32G /export/zones/
bash-3.00#
zfs set mountpoint=/mnt/restore storage/z-chili/restored
bash-3.00# zfs list
NAME USED AVAIL REFER MOUNTPOINT
storage 85.9G 48.0G 24.5K legacy
storage/data 69.7G 48.0G 69.7G /data
storage/z-chili 7.61G 48.0G 7.61G legacy
storage/z-chili@20081206 0 - 7.61G -
storage/z-chili/restored 0 48.0G 7.61G /mnt/restore
storage/z-polen 4.26G 48.0G 4.26G legacy
storage/z-polen@20081211 832K - 4.26G -
storage/zones 4.32G 48.0G 4.32G /export/zones/
bash-3.00# flar create -n zchili -R /mnt/restore/root/ /data/z-chili-restored.flar
Full Flash
Checking integrity...
Integrity OK.
Running precreation scripts...
Precreation scripts done.
Determining the size of the archive...
and i've used the flar image to install the zone.
apart from some file/dir permission rights this worked and i got the zone and webservers up and running.

Similar Messages

  • Monitoring services in zones with Solaris container Manager

    I need to know how to Manage Solaris services (SMF) in sparse zone with Solaris container manager.
    I have navigated all the documentation and I have not found any clue.
    I installed the Sun management center (SMC) server on a server box and the agents on others. I can manage the SMF of the global zone by drilling down via the console GUI. But having access to the container manager, I have to go via https connection. And drilling down on the zone did not reveal that SMF can be monitored.
    Please if you have any idea, share it with me.

    Hi,
    check these:
    - Version of webserver latest is 3.1
    # smcwebserver -V
    - check webconsole is started and running
    # smcwebserver status
    Sun Java(TM) Web Console is running
    # svcs webconsole
    STATE STIME FMRI
    online 19:38:06 svc:/system/webconsole:console
    # svcs -pl webconsole
    fmri svc:/system/webconsole:console
    name java web console
    enabled true
    state online
    next_state none
    state_time Wed Feb 10 19:38:06 2010
    logfile /var/svc/log/system-webconsole:console.log
    restarter svc:/system/svc/restarter:default
    contract_id 64
    dependency require_all/none svc:/milestone/network (online)
    dependency require_all/refresh svc:/milestone/name-services (online)
    dependency require_all/none svc:/system/filesystem/local (online)
    dependency optional_all/none svc:/system/filesystem/autofs (online) svc:/network/nfs/client (online)
    dependency require_all/none svc:/system/system-log (online)
    process 843 /usr/java/bin/java -server -Xmx128m -XX:+UseParallelGC -XX:ParallelGCThreads=4
    - check port 6789 is listen mode
    # netstat -an | grep 6789
    *.6789 *.* 0 0 49152 0 LISTEN
    if the output show
    localhost .6789 *.* 0 0 49152 0 LISTEN
    than do these:
    - check that the tcp_listen of webconsole service is true, default is false
    # svccfg -s webconsole listprop options/tcp_listen
    options/tcp_listen boolean false
    # svcadm disable svc:/system/webconsole:console
    # svccfg -s webconsole setprop options/tcp_listen=true
    # svccfg -s webconsole listprop options/tcp_listen
    options/tcp_listen boolean true
    # svcadm enable svc:/system/webconsole:console
    Regards

  • Setup Cluster using Solaris Container data service

    We have a two-node cluster that we would like to use to create either a zone cluster or use the Solaris Container data service that would create a scalable (or multiple master) data service of two zones, one on each node. We have an app running in the zone, CiscoWorks, that has a local database of jobs that are scheduled to run to configure Cisco switches. I was curious how we setup the storage. If each zone is running on local disks, how do the zones stay in sync and the database updated with job information? Would I setup a device group of the disks where the zones will reside on each node? Can I use SAN as the local disk so the zones can be replicated to a Disaster Recovery location?
    Thanks for any help,
    Chuck

    Chuck,
    Sadly, I think I'm going to make your implementation decisions a lot more complicated because there are three ways you can use zones within Solaris Cluster.
    1. Create a failover zone using the HA Solaris Container Data Service. Here the zone root moves between the cluster nodes as the zone fails over.
    2. Create static zones between with resource groups can migrate. Each zone root is local the the physical node. However, the configuration of the zones can be subtly different.
    3. Create a virtual cluster using static zones within which resource groups can migrate. Each zone root is local the the physical node. However, the configuration of the zones are forced to be the same.
    Note also, that a ZFS zpool can only be mounted on one node or zone at anyone time, although it can be mounted read/write in one zone and read-only in other zones on the same node (IIRC).
    I would be inclined to put your database into an HA configuration, i.e. one that runs on one node at any one time. I would then constrain that in a zone cluster that is bound to a project with restricted resources, i.e. CPUs and memory. Any other tiers of the application, could then be placed either in the global zone (main cluster) or placed in another zone cluster and equally constrained.
    I don't know if that's any help. I can recommend a good book on the subject <shameless plug "Oracle Solaris Cluster Essentials"/>. The example chapters should be of help.
    Regards,
    Tim
    ---

  • Disk Access Failed while Installing Solaris Container.

    I have setup 5 guest domains together with the Control Domain.
    $ ldm list
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 4G 0.8% 2d 2h 15m
    secondary active -t--v 5000 4 2G 0.5% 3h 5m
    dmz active -t--- 5001 8 2G 0.0% 46m
    sunray inactive -----
    application inactive -----
    identity active -t--- 5002 4 4G 0.1% 1h 2m
    In each of the guest domain, I plan to install a number of Solaris Containers to run different applications. While installing one Solaris container (zoneadm �z <zone name> install) in dmz domain, I start the installation/configuration (either zoneadm �z <zone name> install or zlogin �C <zone name>) of another Solaris container in identity domain. Everything starts OK until half way I get an error message as follow:
    Jun 13 18:33:16 dmz vdc: NOTICE: [1] disk access failed.
    The installation of the Solaris Container in dmz halts as soon as I see the message above. Nothing will work except a force stop in the Control Domain using ldm stop �f dmz and restart.
    What happen to the Solaris Container installation/configuration in identity domain? It either continues the process without error or fails with the same error message shortly after. For example,
    Jun 13 18:33:24 identity vdc: NOTICE: [1] disk access failed.
    The vdisks for each guest domain are setup by following the steps on section �Using ZFS Over a Virtual Disk� in LDoms 1.0 Administration Guide. Each guest domain is booted from a disk image in the Control Domain and has two 9GB data vdisks (mapped to two physical 9GB disks on A5200 disk array) running ZFS striping. Each guest domain vdisks are serviced by a separate vdisk server.
    Any idea?

    I am not sure if multiple virtual disk servers are officially supported under current LDoms release.
    I had tried using only one virtual disk server. The same problem exhibited. I thought may be the vds was not able to keep up with the virtual disk I/O. That's why I setup multiple vds.

  • NLS:4: Cannot open message catalog TMADMIN_CAT,  Solaris Container

    Hello,
    Can someone please help me ?
    I have used Tuxedo 8 for many years on Solaris 8 servers, however we have now ported our installation to a Solaris 8 container on a Solaris 10 server. The server was ported using a flar image from the source server onto the new zone (or container). Tuxedo works absolutely fine in the container and the application appears to run as expected until I try using tmadmin or qmadmin on the command line and run a command in the shell and the following message appears for tmadmin, qmadmin message is similar.
    NLS:4: Cannot open message catalog TMADMIN_CAT, set 1, num 111; check TUXDIR=/opt/apps/tuxedo/8.0, LANG=C
    tmadmin/qmadmin performs the function but appears to be unable to open it's message catalog in $TUXDIR/locale/C
    The mesasage catalog exists in $TUXDIR/locale/C and chksum's identical to source server.
    I have manually re-installed the Tuxedo software in the container with no effect
    I have tried installing Tuxedo in a different directory
    I have tried setting NLSPATH=$TUXDIR/locale/C in the environent with no effect
    The tuxedo application works fine with no similar messages in the ULOG from the running application, it is just tmadmin and qmadmin on the command line, using the same user as runs the application
    localel settings are identical to original source server and :
    localeLANG=
    LC_CTYPE="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_COLLATE="C"
    LC_MONETARY="C"
    LC_MESSAGES="C"
    LC_ALL=
    If i set $LANG = C and run tmadmin and run a command I get the following message instead
    NLS:6: Message not found, catalog TMADMIN_CAT, set 1, num 1136
    Which implies it can see the catalog but cannot open it
    Tuxedo version is 8.0 Rolling patch 222
    Can anyone help? i would be very grateful
    Thanks
    Adam

    I have now worked arround this by re-generating the message catalogs from the catalog text files
    cd $TUXDIR/locale/C
    gencat TMADMIN_CAT TMADMIN.text
    gencat Q_CAT Q.text
    tmadmin and qmadmin now display the output ok, It kind of makes sense since the catalogs are generated in the new environment, but a full install still did not work.
    The new catalogs are identical to the old catalogs and cksum identically, but they work. Still scratching my head over this one, but at least we can move forward now.

  • Solaris Container Manager console does not work

    I've loaded SMC 3.6 and loaded the container manager piece with no problems on a fresh Solaris 10 (11/06) install on a blade 1000. The managment center works just fine. I've loaded the container manager according to the following doc:
    http://docs.sun.com/app/docs/doc/819-4098/6n699bc48?a=view
    The install went fine but when I point my browser to the page specified in the doc above the browser wants to download a bin file. I've restarted the java web server as shown in the above doc and I've scanned the port 6789 with nmap to make sure it was open. All browsers I've tried want to download a bin file. They are not launching a console as shown in the doc.
    I've tried firefox on linux, netscape on solaris and IE on windows. Java is loaded and working on all platforms. How do I get this working?

    use secure http
    https://<server name>:6789
    make sure you ran the setup for Solaris Container Manager

  • Port 135 and 25913 and how to run Solaris Container Manager?

    What are these ports 135 and 25913 and how to I run Solaris Container Manager .
    thanks

    Hi Zeealee,
    zeealee wrote:
    What are these ports 135 and 25913 and how to I run Solaris Container Manager .I haven't heard of those ports being used with SunMC before, sorry (but maybe my memory is just bad). The features of Solaris Container Manager (SCM) have now almost been entirely superseded by [Oracle Enterprise Manager Ops Center|http://www.oracle.com/us/products/enterprise-manager/opscenter/index.html] (forum here), but if you're still looking to try SCM, the manual can be found here, and if you said "yes" to SCM when you installed your SunMC Server, then you should see it in your SunMC web interface:
    https://<sunmc_server>:6789 --> SunMC 4.0 --> Manage Solaris Container
    If you'd like a demo of how you perform Container/LDOM operations in Ops Center, let me know and I'll set it up.
    Regards,
    [email protected]

  • Solaris container error - patch

    Hi guys,
    I tried to install the flar archive and got the following error. i have done the same way to my other solaris 8 box and that container is working fine.
    this is my error.
    Checking installed patches...
    One or more patch packages included in
    109147-44 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:20 EST 2010] S20_apply_patches: Unpacking patch: 111023-03
    [Mon Dec 13 13:38:20 EST 2010] S20_apply_patches: Installing patch: 111023-03
    Checking installed patches...
    One or more patch packages included in
    111023-03 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:22 EST 2010] S20_apply_patches: Unpacking patch: 111431-01
    [Mon Dec 13 13:38:22 EST 2010] S20_apply_patches: Installing patch: 111431-01
    Checking installed patches...
    One or more patch packages included in
    111431-01 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:23 EST 2010] S20_apply_patches: Unpacking patch: 112605-04
    [Mon Dec 13 13:38:23 EST 2010] S20_apply_patches: Installing patch: 112605-04
    Checking installed patches...
    ERROR: This patch requires the following patches
    which have not been applied to the system:
    111431-01 111023-02
    Patchadd is terminating.
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: p2v module S20_apply_patches failed: 0
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: Zone boot failed
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: Postprocessing failed.
    [Mon Dec 13 13:38:26 EST 2010] Result: Postprocessing failed.
    [Mon Dec 13 13:38:26 EST 2010]
    [Mon Dec 13 13:38:26 EST 2010] Result: *** Installation FAILED ***
    [Mon Dec 13 13:38:26 EST 2010] Log File: /var/tmp/sambo.install.15654.log
    do i need to apply those patched to my globla zone ?
    thanks

    hi,
    apply the patches directly to the global zone.
    it should automatically get applied to the non-global zone..
    regards,
    Raj

  • Sun Live Upgrade with local zones Solaris 10

    I have M800 server running global root (/) fs on local disk and running 6 local zones on another local disk. I am running solaris 5.10 8/07.
    I used live upgrade to patch the system and created new BE (lucreate). Both root fs are mirror as RAID-1.
    When I ran lucreate, it copies all 6 local zones root fs to the global root fs and failed no enogh space.
    What is the best procedure to use lu with local zones.
    Note: I used lu with global zone only, and worked without any problem.
    regards,

    I have been trying to use luupgrade for Solaris10 on Sparc, 05/09 -> 10/09.
    lucreate is successful, but luactivate directs me to install 'the rest of the packages' in order to make the BE stable enough to activate. I try to find the packages indicated , but find only "virtual packages" which contain only pkgmap.
    I installed upgrade 6 on a spare disk to make sure my u7 installation was not defective, but got similar results.
    I got beyond luactivate on x86 a while ago, but had other snags which I left unattended.

  • Solaris Container Support for Oracle Products

    Hi,
    Is there a special list about which Oracle products support Solaris Containers? Or can I assume that all products support the container technology?
    I cant find any related information on this...

    We run Oracle databases and application servers without any problems.
    In the licencing documentations zones are explictly mentioned as capped zones are supported to partition a system.
    So if you have an eight-core maschine but give the zone only one, you have only to licence this core.
    Have a look at this document
    http://www.oracle.com/us/corporate/pricing/partitioning-070609.pdf
    As said before if your software does not need low level access to the hardware or the kernel (as eg. a backup server or a nfs server) it should run fine into a zone.

  • Problem migrate zones solaris 10

    Hi,
    i'm trying to migrate one non-global zone from one machine to another machine. The steps I have followed are:
    1) On the machine where I have the zone that I want to migrate:
    # zonecfg -z myzone export -f /myzone.cfg
    # cd /export
    # find zones/myzone -fstype lofs -prune -o -fstype ufs | cpio -ocm -O /myzone.cpio
    2) On the second machine, I have copied the myzone.cfg and myzone.cpio, and after:
    - I modified in myzone.cfg the option set physical with the correct one for this machine
    # zonecfg -z myzone -f /myzone.cfg
    # cd /export
    # cat /myzone.cpio | cpio -icdm
    # cp /etc/zones/index /etc/zones/index.bak
    # perl -pi -e 's/^myzone:configured/myzone:installed/' /etc/zones/index
    [root@pontevedra]# zoneadm list -icv
    ID NAME STATUS PATH
    0 global running /
    - myzone installed /export/home/zones/myzone
    But I have a problem when I boot the zone:
    [root@pontevedra]# zoneadm -z myzone boot
    zoneadm: zone 'servicio-zone': mount of /proc failed: No such file or directory
    zoneadm: zone 'servicio-zone': call to zoneadmd failed
    I don't know what happen... can anybody helpme?
    Thanks a lot in advance!

    Hi Darren,
    Thanks God I've succesfully installed Solaris 10 to my laptop, after "swimming" for a while in google :)
    It said that this was a bug of Solaris 10 when installed in PC with Pentium III or II processors.
    Here is the solutions (hope someone with same problem with me could find it useful) :
    1. After the GRUB menu appears, edit the kernel line then append -kd at the end (to enter kmdb upon boot), then boot
    2. Then type this command when kmdb prompt shows, [0]>
    [0]> cmi_no_init/W1
    [0]> :c 3. It should boot and run without problem, then follow the installation menu and option
    4. After reboot, again follow step 1 & 2 when GRUB menu shows. I promise this is the last time :)
    5. To make it permanent, add this following instruction to */etc/system* once the system up
    set cmi_no_init=1//Henry

  • SAP ECC 6.0 installed on Solaris Container

    hello All,
    we want install a production system of SAP ECC 6.0 on a solaris 10 container, the DB is oracle 10.
    Have any recommendations, suggestion with this?
    Thanks
    Hernando

    hello
    when we were installing the ECC on solaris 10 container the following error
    ERROR      2009-08-26 22:14:46.730 [iaxxinscbk.cpp:260]
    CJS-00091  Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories
    /oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
    . SOLUTION: Make more disk space available.
    ERROR      2009-08-26 22:14:46.735
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall:
    /oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
    ERROR      2009-08-26 22:14:46.932 [sixxcstepexecute.cpp:951]
    FCO-00011  The step checkFreeDiskSpace with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraTablespace2|ind|ind|ind|ind|6|0|checkFreeDiskSpace was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall:
    /oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
    How we can fix this error?
    thanks
    Hernando

  • Installing Linux Apps in Solaris Container

    Is there a how-to or similar documentation showing how to install and run a Linux app under Solaris 10 x86?
    I am particularly interested in running Linux WordPerfect 8/8.1.
    I have successfully installed WP8.1/Linux with Free BSD so I have some experience in this sort of grafting.

    Hi
    You have a few options, none of them are great.
    1. Wait for "brandz" (basically, other OS personalities in zones). No idea when this will be available, but I wouldn't count too much on it being in 2006.
    2. lxrun. This is part of the companion CD - I'm not aware of any more up-to-date versions (though I've not looked in places like Blastwave). This will require one of 2 suboptions
    a) that you install Linux on your UFS filesystem or
    b) you install Linux on another partition on your disk/another disk and use an ext2fs driver* to mount the Linux parttion.
    The SFW lxrun dates from the time of RedHat 6 or 7.
    * e.g., http://paulf.free.fr/software.html
    A+
    Paul

  • Migration from physical server to zone (solaris 10)

    Hello all,
    I found an old thread about the subject Migrate Solaris 10 Physical Server to Solaris 10 Zone but i have a question.
    Using the flarcreare command, will add to the flar archive all the zpools i have in the server?. Right now we have 14 zpools.
    If i execute this command "flarcreate -n "Migration File" > -S -R / -x /flash /flash/Migration_File-`date '+%m-%d-%y'`.flar" will take all the zpools?
    This is for migrating from a E25k Server to a M9k Server
    The E25k (Physical Server) have this release "Solaris 10 10/08 s10s_u6wos_07b SPARC" and the zone server (M9k) have this release "Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC" this could be an issue?
    Thanks for any help.
    Edited by: 875571 on Dec 9, 2011 7:38 AM

    flarcreate will only include data from the root pool (typically called rpool). The odds are that this is what you actually want.
    Presumably, on a 25k you would have one pool for storing the OS and perhaps home directories, etc. This is probably from some sort of a disk tray. The other pools are likely SAN-attached and are probably quite large (terabytes, perhaps). It is quite likely that instead of creating a multi-terabyte archive, you would instead want an archive of the root pool (10's to 100's of megabytes) and would use SAN features to make the other pools visible to the M9000.
    One thing that you need to do that probably isn't obvious from the documentation is that you will need to add dataset resources to the solaris10 zone's configuration to make the other zpools visible in the solaris10 zone. Assuming that these other pools are on a SAN, the zpools are no longer imported on the 25k, and the SAN is configured to allow the M9000 to access the LUNs, you will do something like the following for each zpool:
    # zpool import -N -o zoned=on +poolname+
    # zonecfg -z +zonename+ "add dataset; set name=+poolname+; end"In the event that you really do need to copy all of the zpools to the M9000, you can do that as well. However, I would recommend doing that using a procedure like the one described at http://docs.oracle.com/cd/E23824_01/html/821-1448/gbchx.html#gbinz. (zfs send and zfs recv can be used to send incremental streams as well. Thus, you could do the majority of the transfer ahead of time, then do an incremental transfer when you are in your cut-over window.)
    If you are going the zfs send | zfs recv route and you want to consolidate the zpools into a single zpool, you can do so, then use dataset aliasing to make the zone still see the data that exists in multiple pools as though nothing changed. See http://docs.oracle.com/cd/E23824_01/html/821-1448/gayov.html#gbbst and http://docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html#z.admin.task-12.

  • Ufsdump and zones solaris 10

    We do a backup daily via a script of the our zone using ufsdump.Sometimes the backup goes through each file system and other times the entire process is repeated three times.
    I have also checked that there is no instruction entry specified in the script to try again if the backup should fail for some reason. Any help will do.

    It depends on what file systems you are backing up. Perhaps you have a backup from the root file system on down, which would include the zones. Or, say for example you use /export/home for your zones and you backup /export/home on a regular basis; that job would also include the zones underneath.
    ufsdump is not zone-aware in the sense that it will read zonepath settings and treat them as separate filesystems. It might simply be that some of your jobs are redundant.

Maybe you are looking for

  • My fonts are not showing up in CS6

    My fonts are not showing up in CS6, but they are installed.  How do I fix this?

  • Currency in Rebate Agreement is different to Curr. required for Credit Memo

    Hello! I have a question regarding Rebate Agreements. We have clients with whom we have Rebate Agreements in USD, but clients are chilean so the Credit Memo is meant to be in Chilean Pesos. But there is apparently no possiblity to change the currency

  • DM selection issue

    Hi All, Currently I'm doing logic script allocation whereby the requirement in DM selection is to select any higher hierarchy level and the selection must pick up all descendents say level 3. To illustrate: Level 1 - PROD1      Level 2 - PROD2.1     

  • SSIS execution via sql query with dtexec utility by passing proxy account

    Hi,  i am executing ssis package with dtexec utility, with xp_cmdshell package is not a file based, but stored in sql/msdb while executing i am getting 'authentication failed' i haved tried with sa user and password, by passing it...but no luck so fi

  • Je ne peux pas recuperer mon mot de passe

    Bonjour, Mon soucis est que j'aimerais restaurer mon Iphone 4 mais mon icloud est connecté sur un compte Apple que je ne pourrais plsu jamaias acceder ( l'email ou du compte à était piraté et est irrécupérable et je ne sais plus le mot de passe.. ) j