VM disk actions

Hello

I have a script that configures the reserves and stocks for CPU, RAM and hard drives, and I'm trying to create a new report for change management purposes.

$VMs = get - vm

$report = @)

{foreach ($VM to $VMs)

$data = new-object PSObject-property @ {}

VMname = $VM. Name

Level = $VM. CustomFields.item ("Tier")

vCPU = $VM. NumCpu

CpuReservationMhz = ($VM | get-VMresourceConfiguration). CpuReservationMhz

CpuShares = ($VM | get-VMresourceConfiguration). NumCpuShares

MemoryMB = $VM. MemoryMB

MemoryMBreservation = ($VM | get-VMresourceConfiguration). MemReservationMB

MemoryShares = ($VM | get-VMresourceConfiguration). MemSharesLevel

HArestartpriority = $VM.harestartpriority

}

$report += $data

}

does anyone have an idea how to do to add information on the actions of hard/virtual disks of virtual machine disk?

Thanks in advance

Magnus

It's a bit complicated because the DiskResourceConfiguration property is the key property to identify the corresponding hard drive.

Try something like this

&{foreach($vm in Get-VM ){
  $res = Get-VMResourceConfiguration -VM $vm  foreach($hd in $res.DiskResourceConfiguration){
    New-Object PSObject -Property @{
      VM = $vm.Name      Harddisk = $vm.HardDisks | where {$_.ExtensionData.Key -eq $hd.Key} | Select -ExpandProperty Name      DiskSharesLevel = $hd.DiskSharesLevel      DiskShares = $hd.NumDiskSHares    }
  }
}} | Select VM,Harddisk,DiskSharesLevel,DiskShares

Tags: VMware

Similar Questions

  • Satellite L40 - 18Y: corrupt system files - how to use the recovery partition

    Greetings,

    One of my friends bought the Bulgarian electronic Toshiba Satellite L40 - 18Y (PSL48E) from a major retailer and insists on the fact that it came without any CD, but the first time he installed Vista.

    After that some of his other friends have uninstalled Vista and XP for unknown reasons (he says that some drivers and patches were necessary to make XP work properly, I think he might have something on LBA48 and SP1).

    In any case, installing XP died, and the disk share is the file system is damaged.
    After I removed it with gparted I have two disk actions now.
    1st row in the table to partition: ntfs share labeled WinRE (no hidden bootable)
    (He has a stash of file RavMon.exe and autorun.inf which implies that damage to the installation of XP are perhaps caused by a virus)
    Second row in the partition table: empty (installation of XP was)

    Third row in the table to partition: ntfs share with data

    The problem is that the first partition unbootable and act like partition recovery, even when I toggle the boot flag.

    It is all recovery partition and how I should go?
    I read in some messages if you press '0' when the computer starts the Bios it will start automatically, but it did not work.

    A manual which was available for download for this model on Toshiba Support site the key has been specified as F12. It didn't work either.

    I'll be very grateful for directions, solutions or ideas.

    Hello

    There is perhaps a little change to reinstall Vista with the HDD recovery procedure.
    Please check if it would work.
    -Turn on the laptop and press F8
    -Check if there is an option called fix my computer
    -If so, select it, and then choose the last option called Toshiba recovery.

    But to be honest I don t see the chances it would work because you have already removed the Vista from the HARD drive.

    You must have read the user manual before deleting the Vista.
    The manual (Chapter 3), said that if the recovery DVDs has not been handed over with Notepad then you create the DVD using the Toshiba Recovery Disk Creator (is was also preinstalled). The user manual also describes the above HARD drive recovery procedure.

    However, the recovery DVDs can also be ordered here:
    https://backupmedia.Toshiba.EU/landing.aspx

    Welcome them

  • GuestProcessManager c#

    Hi, I tried WebService SDK 5.1.0 but it did not work.

    The code is below.   I think GuestProcessManager TYPE and its VALUE is false.

    I don't know the TYPE and the VALUE of character string in any resource.

    (The string in the code below is copied from JAVA code).

    In JAVA, the CLASS of GuestProcessManager exists, but in c#, I wouldn't find out who.

    Please teach me the TYPE and the STRING of characters or any other cause.

    public void displayNewProperties() {}
    _Service = ecb.getServiceConnectionV25 (). Service;
    _Sic = ecb.getServiceConnectionV25 (). ServiceContent;
    String vmName = ecb.get_option ("vmname");
    ManagedObjectReference vmmor = ecb.getServiceUtilV25 (). GetDecendentMoRef (null,
    'VirtualMachine', vmName);

    If (_sic.guestOperationsManager! = null & & vmmor.type == 'VirtualMachine')
    {

    Nicolas NamePasswordAuthentication = new NamePasswordAuthentication();
    nAuth.username = "ad\\administrator";
    nAuth.password = "passwordxxxxx;
    nAuth.interactiveSession = false;

    ManagedObjectReference prRef = new ManagedObjectReference();
    prRef.type = "GuestProcessManager";
    prRef.Value = "guestOperationsProcessManager";

    [long] PID is new long [] {};.

    GuestProcessInfo [] intervals
    = ecb.getServiceConnectionV25 ._service (). ListProcessesInGuest (prRef, vmmor, Nicolas, null);

    {foreach (GuestProcessInfo gpi intermittently)
    Console.WriteLine (gpi.owner.ToString () + ',' + gpi.pid.ToString () + ', ' + gpi.cmdLine.ToString ());
    }


    }
    If (vmmor! = null)
    {
    ArrayList supportedVersions = VersionUtil.getSupportedVersions (ecb.get_option ('url'));

    Object [] vmProps is getProperties (vmmor, new String() {"name"});.
    String serverName = (String) vmProps [0];
    Console.WriteLine ("Name VM" + serverName);

    vmProps = getProperties (vmmor, new String() {"config.uuid"});
    String uuid = (String) vmProps [0];
    Console::WriteLine ("Config UUID" uuid);

    vmProps = getProperties (vmmor, new String() {"config.guestId"});
    String ID = (String) vmProps [0];
    Console.WriteLine ("Comments Id" + ID);

    If (VersionUtil.isApiVersionSupported (supportedVersions, "2.5"))
    {
    vmProps = getProperties (vmmor, new String() {"name"});

    Boolean BootOptionsSupported = (Boolean) getObjectProperty (vmmor, "capability.bootOptionsSupported");
    Console.WriteLine ("Boot Options supported" + bootOptionsSupported);

    Boolean DiskSharesSupported = (Boolean) getObjectProperty (vmmor, "capability.diskSharesSupported");
    Console.WriteLine ("Disk actions Supported" + diskSharesSupported);

    Boolean flag = VersionUtil.isApiVersionSupported (supportedVersions, "4.0");
    Console.WriteLine ("API is supported" + flag);
    If (flag)
    {
    Console.WriteLine ("\nProperties added in vSphere API 4.0\n");
    Boolean ChangeTrackingSupported = (Boolean) getObjectProperty (vmmor, "capability.changeTrackingSupported");
    Console.WriteLine ("Change of track taken in charge" + changeTrackingSupported);

    Boolean RecordReplaySupported = (Boolean) getObjectProperty (vmmor, "capability.recordReplaySupported");
    Console.WriteLine ("Record Replay Supported" + recordReplaySupported);

    VirtualMachineFaultToleranceState faultToleranceState
    = (VirtualMachineFaultToleranceState) getObjectProperty (vmmor, "runtime.faultToleranceState");
    Console.WriteLine ("State of fault tolerance" + faultToleranceState);
    }
    }
    }
    on the other
    {
    Console.WriteLine ("Virtal Machine not found");
    }
    }

    Here's the result message.

    [2013/06/05 16:29:51] Start the journal.
    Has begun
    There are one or more problems with the server certificate:

    * A chain processed correctly, but terminated by a certificate certification root
    e that is not approved by the trust provider.

    * The certificate CN name does not match the passed value.


    Failed: The object has already been disposed or was not completely created

    Press ENTER to exit.

    Hello.

    I got this moref as:

    ManagedObjectReference _guestOpManger = _ecb.getServiceConnectionV25 (). ServiceContent.guestOperationsManager;

    ManagedObjectReference _processManagerRef = (ManagedObjectReference) _ecb.getServiceUtilV25 (). GetDynamicProperty (_guestOpManger, "processManager");

    Best regards

    Alexey Barabash

  • ESX 3.5 Storage Design - help

    Hello

    I am preparing my storage infrastructure and want of expert commentary you, because this is my 1st time doing this work.

    I am using the configuration:

    @ 4 GB FC SAN

    Total space of 10TB

    20 virtual machines

    I would first start by using perhaps 300/700 GB lun. Ideas here

    Second

    First project for fundamental role - Windows 2003 R2 servers.

    create 300/700, maybe meet in the Middle 500 GB.

    then place the C:\ drive (os) and D:\ drive (data) on a LUN, say for 5 virtual machines.

    So to keep the virtual machine with its data, is it a procedure recommend?

    I would like to place and then the other in the same way, except the database servers, high I/O stuff

    Design of the second for the role of database - Windows 2003 R2 servers.

    create 300/700, maybe meet in the Middle 500 GB.

    Then place the software C:\ drive and the (os) database on C:\

    then divide the database (data files, logs, control files) on separate LUNs, so that I can get the best i/o flow.

    Also, I was reading disk actions:

    If several virtual machines access to the same LUN, use disk shares to prioritize virtual machines.

    Anyone know where I can get more information on these actions of disc.

    I ' v read a lot online and offline, but nothing showed examples of the world real storage sees the installation program.

    As where the reader of the OS or data has been placed, I also read were someone spoke to place all your C:\ ((os) discs together, then all D:\(data) together.

    Any help would be greatly appreciated.

    Thank you

    -Mike

    You are on the right track and we have created LUN between 400 and 600GB and limited to 10-15 virtual machines by storage and it depends on what size your guest drives consumption but limited to 15 helps reduce conflicts reservation iSCSI & disk i/o. I create a nice clean windows 2003 R2 and load all the antivirus agents, applications, nicely and convert them to model. Deploy new virtual machines of model and create additional vmdk on top using existing LUNS available. For file and database servers, we use RDM for the slight performance differences but the lack of flexibility of VMFS for you can choose between. I would use however VMFS anytime now for any purpose. I would create LUNS for databases, the logs files and operating systems if you can manage. Curve your LUNS with appropriate RAID 5, 10 and usually 10 is ideal for the basic data but lost 50% overhead charge in disk space and it should be good for OLTP and the rest of the applications can work very well with RAID 5.

    If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!!!

    Kind regards

    Stefan Nguyen

    VMware vExpert 2009

    iGeek Systems Inc.

    VMware, Citrix, Microsoft Consultant

  • How to restore Win7 backup on the new system and drive Action Center repair after disk crash

    I have a Dell which took a 64-bit disk crash.

    I created there is not long from the center of the Action, a disk repair and backup of the C: drive on a backup USB 1 TB drive.  These two events has been made by the Windows 7 Action Center.

    I have a new installation disk in the system to replace the one that crashed.

    Is it as simple restore system on the new drive that boot from the ERD and then recognizes the USB disk and backup file Action Center?

    My hypothesis is the combination of the ERD and backup Action Center will bring my system to date content calendar when they were created?

    Problems to watch?

    If your image is on a connected USB external drive, you may need to install a drive to the external hard drive in the installation process.  So you should find a driver for it and store it on a USB key so that you can install it when asked.

    Starting the system on the ERD is simple and still works.  Just press F12 at first then select the DVD drive and click Yes.

  • I downloaded a disk Image file, and now when I want to delete it, it says that the action cannot be completed because the file is opened in the system

    original title: Disk Image file

    While there, I downloaded a disk Image file, and now when I want to delete it, it says that the action cannot be completed because the file is opened in the system. Pls help me remove :)

    I discovered what the problem was... :)

  • IX4 - 300 d - cannot copy files between actions or the ext disk. USB

    Hi forum!

    I can't work for the life of me how to move files between the shares on the NAS. I can access my computer fine actions. I have a USB HARD drive connected to the front USB port and I want to copy some files from the HARD drive to a shared folder on the NAS, but when I'm in the content browser that I have no option to copy, and there is no functionality of drag - move. That I going nuts or something blatantly obvious lack?

    I want to copy data from USB directly as it is a few TB of data and copying on the LAN will take ages. It's going to be a regular thing, but I can't really put in place a copy job, because it is not the same type of data or file locations every time.

    Help, please!

    Thank you!

    Matt

    Hello MattDobson,

    You will need to map the actions:
    https://www.Google.com/webhp?SourceID=chrome-instant&ion=1&ESPV=2&IE=UTF-8#q=how+to+map+a+network+sh...

    And move the data in this way, the Ext HDD will appear as its own share, but can be mapped as others.

    The content in the UI Viewer is not designed to move data.

    You can find documentation and downloads for the ix4 - 300 d here:
    https://Lenovo-na-en.custhelp.com/app/cust_alp/p/1189, 1193/session/L3RpbWUvMTQ0MDUyNTY3OS9zaWQvZWNDc...

    You can download the Storage Manager Lenovo via the link above, and which should help you to map actions.

  • Windows Media Player cannot perform the requested action because there is not enough storage space on your computer. Delete some unnecessary files on your hard disk, and then try again.

    The message above when retrieving a 3 TB hard drive.

    1.98 to used and 759 GB free. (Current status).

    Windows 7 operating system. Current WMP

    Any chance WMP is unable to work with more than 2 TB of drives?

    Disk Cleanup shows able to win 0 bytes.

    Hello

    Follow the suggestions below for a possible solution:

    Method 1: I suggest you to run Disk Cleanup to reduce the number of unnecessary files on your hard disk to free up disk space.

    Delete files using disk cleanup

    http://Windows.Microsoft.com/en-us/Windows7/delete-files-using-disk-cleanup

     

    Method 2: I suggest you to clear temporary folders and check if it helps, here are the steps:

    a. click Start, type folder in the search box and press enter.

    b. press the CTRL + A, that will select all the content and Remove it.

    Once you disable this, follow these steps:

    a. click Start, click computer.

    b. open the C drive, go to the Temp folder and delete all the content and check if it helps.

     

    Method 3: You can also run the troubleshooting Windows Media Player Settings Troubleshooter & check if the problem persists.

    Troubleshooting of Windows Media Player settings

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-settings-Troubleshooter

    I hope this helps. Please reply back with the State so that we can better help you.

  • I can't delete a file on my desktop. I have the following message: "this action cannot be completed because the file is opened in the floppy disk Bus Service" Please help?

    I don't know what Bus Service floppy disk on my computer, I had a friend install a game I wanted to even out of its hard disk of his computer in his home. How can I remove this file, I deleted all the related files through the control panel to uninstall programs feature... I am at a loss. Help, please!

    Hello

    DiscSoftBusService.exe is linked to the bus floppy disk floppy disk service Ltd. it is related to DAEMON Tools software.

    You can check at the place.

    Installation folder: C:\Program daemon tools ultra

    If you want to uninstall, you can track the location for the uninstall program.

    Uninstaller: C:\Program Daemon Tools Ultra\uninst.exe

    Hope that this helps, if you have any additional questions, feel free to post. We will be happy to help you.

  • is there an action to add a disk to a virtual machine by specifying a vmdk file?


    I'm trying to reproduce the functionality of the GUI to add a drive (not create new) existing in a virtual machine and specifying the hard file that will be used.  You would change from the GUI, then add and choose the hard drive.  Then choose Select the use an existing hard drive and dig into the specific to the hard file data store.

    After selecting the hard, then choose the SCSI device and channel and complete the wizrard.  After you add the disk, then go back and select the hard disk and choose manage paths to change the walkway on the MRU policy.

    Ideally, the user would be able to use something like VC:Datastore use a tree view to point to the vmdk when adding the drive, however I tried VC:Datstore and it only allows you to go as far as the data store but not more to specify the drive.

    Thank you

    Here is the script updated with the VCVirtualDiskRawDiskMappingVer1BackingInfo backup type.

    backup of var = new VcVirtualDiskRawDiskMappingVer1BackingInfo();
    backing.fileName = diskPath;
    backing.diskMode = "independent_persistent";

    backing.thinProvisioned = false;

    backing.eagerlyScrub = true;

    backing.writeThrough = false;

    backing. Split = false;

    connectable var = new VcVirtualDeviceConnectInfo();
    connectable.startConnected = true;
    connectable.allowGuestControl = false;
    connectable. Connected = true;

    Like var = [];

    do we need a Comptroller?
    If (scsiControllerKey< 0)="">
    controller of var = new VcVirtualLsiLogicSASController();
    controller.sharedBus = VcVirtualSCSISharing.fromString ("physicalSharing");
    controller.busNumber = scsiBusNumber;
    Controller.Key = - 100;
    scsiControllerKey = - 100;

    var deviceChange = new VcVirtualDeviceConfigSpec();
    deviceChange.operation = VcVirtualDeviceConfigSpecOperation.add;
    deviceChange.device = controller;

    dcArr.push (deviceChange);
    }

    device of var = new VcVirtualDisk();
    Device.Key = - 101;
    Device.backing = support;
    Connectables = device.connectable;
    device.controllerKey = scsiControllerKey;
    device.unitNumber = scsiChannelNumber;

    device.capacityInKB = size * 1024 * 1024;

    var deviceChange = new VcVirtualDeviceConfigSpec();
    deviceChange.operation = VcVirtualDeviceConfigSpecOperation.add;
    deviceChange.device = device;

    dcArr.push (deviceChange);

    spec var = new VcVirtualMachineConfigSpec();
    spec.deviceChange = like;

    This enables the multi-writer on disk

    option of var = new VcOptionValue();
    option. Key = 'scsi' + scsiBusNumber + ': ' + scsiChannelNumber + '.sharing;
    option. Value = "multi-writer";

    var extraConfig = [];
    extraConfig.push (option);
    spec.extraConfig = extraConfig;

    task = vm.reconfigVM_Task (spec);

  • Usually when I plug on flash disk memory card or camera to get a screen with options for action to be taken. This feature has suddenly disappeared causing the inconveience

    I can't find anything in the control panel where such a response to the card or flash drive can be controlled

    Hello

    · Do you remember all the recent changes on the computer before the show?

    · What is the service pack installed?

    The feature you're talking about is called autoplay.

    You can download and run the AutoPlay feature and check if it helps: Autoplay Repair Wizard: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c680a7b6-e8fa-45c4-a171-1b389cfacdad

  • Internal HD not mounted and not disk utility

    Hi Mac community.

    I have an early 2008 Mac Pro with 4 internal drive bays.  For now, they are all busy with special various backup and storage drives.  One of my backup / storage drives (not my boot drive) does not appear as "mounted" on the desktop.  It does not also appear in the disk utility.  System information shows 'Unknown' for 3 Bay where the reader resides.  The missing disk is used to save another internal drive that stores the image files almost exclusively and is not a boot disk.  The missing disk is about 3-4 years of age and is called only in service for a few minutes a day when Super Duper asks it to do his homework, who will quickly backup.  In addition, Super Duper is not able to find the drive to back up either.

    I think one way to obtain the missing disk health trouble would close, exchanging one of the other disks in its place, restart and see if the drive and the system information utility recognize another drive in the Bay (#3) in question.  This way I know if I have a dead drive or if there is some other hardware problem associated with this Bay.

    This sounds like a good approach?  Are there other means within the system to check the status of the missing disk, (not start)?

    Thank you!  Mike

    Yes, it's an excellent course of action.

  • How to undo the Partition of the disk on El Capitan

    Hello

    I have a disc of SSHD TB 1, I had been running on my Macbook 2009 6.1 for on a few months or more.  Because I wanted a partition to use Time Machine, I had partitioned the drive by on 50-50.  Things have been working quite well until I recently made the mistake of trying to resize the partition and accidentally created a new partition (which I didn't).  Is it possible to cancel the new partition (as do not have here in the first place) and that the primary drive where I start with about 700 GB and "partition" I want to keep to 300 GB (so I can use Time Machine to back up the main drive)?

    I tried to find "logical volume" or the "+ -" options on my disk utility interface, but they are just not there for me to use.  This computer is running on El Capitan.

    Thanks a lot for helping me.

    Certain rules and conditions apply. Most of them are described here:

    • Utility disk (El Capitan): partitioning a physical disk

    There is also a second disk within OS X Recovery utility, not

    all the old Mac running OS X can have it; then move forward with caution:

    • The OS X recovery - Apple Support

    For system user backup copies, duplicates, clones and etc.

    on external hard drives, is usually another way around catering to go

    issues or accidents. Preventive action helps troubleshooting too.

    • Apple OS X and Time Machine tips:

    http://pondini.org/OSX/home.html

    Don't know what else you have tried, or the steps you took.

    Good luck & happy computing!

  • Must move the mouse to display any video and some actions (update). My office windows 7 + FF v35.0

    My system had this problem going back months or years. Read the other threads which were old/treated with previous versions of FF.

    The problem of mouse movement occurs on my system viewing any video. She is also apparent in certain actions such as selecting Refresh or other actions on the page. Unless / until you move the mouse from the action of progress that appears in the tab there is a delay/no action unless / until the mouse is moved.

    Here is information system.

    The application databases

    Name: Firefox
    Version: 35.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; RV:35.0) Gecko/20100101 Firefox/35.0
    Windows multiprocessing: 0/1

    Reports of incidents for the last 3 days

    All accident reports (including 1 crash waiting in the given time interval)

    Extensions

    Name: Skype Click-to-Call
    Version: 7.3.16540.9015
    Enabled: true
    ID: {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}

    Name: HP Smart Web Printing
    Version: 4.5
    Enabled: false
    ID: [email protected]

    Name: McAfee SiteAdvisor
    Version: 3.7.1
    Enabled: false
    ID: {4ED1F68A-5463-4931-9384-8FFF5ED91D92}

    Name: Microsoft .NET Framework Assistant
    Version: 0.0.0
    Enabled: false
    ID: {20a82645-c095-46ed-80e3-08825760534b}

    Name: My research on the Web
    Version: 1.1
    Enabled: false
    ID: [email protected]

    Graphics

    Description of the adapter: AMD Radeon HD 5700 Series
    Drivers: aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64
    RAM card: 1024
    Device ID: 0x68b8
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.2.9200.16571)
    Driver date: 06/12/2013
    Driver version: 13.251.0.0
    GPU #2 Active: false
    GPU accelerated Windows: 1/1 Direct3D 11 (OMTC)
    SubSys ID: 29911682
    Vendor ID: 0 x 1002
    WebGL Renderer: Google Inc. - ANGLE (AMD Radeon HD 5700 series Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: true
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: Cairo
    AzureSkiaAccelerated: 0

    Important change preferences

    accessibility.typeaheadfind.flashBar: 0
    Browser.cache.Disk.Capacity: 358400
    Browser.cache.Disk.smart_size_cached_value: 358400
    Browser.cache.Disk.smart_size.first_run: false
    Browser.cache.Disk.smart_size.use_old_max: false
    Browser.cache.frecency_experiment: 3
    browser.places.smartBookmarksVersion: 7
    Browser.Search.Param.yahoo - fr: w3i & type = W3i_DS, 157, 0_0, search, 0, 0, 20150103, 102, 20030
    Browser.sessionstore.Enabled: true
    browser.sessionstore.upgradeBackup.latestBuildID: 20150108202552
    Browser.Startup.homepage: http://www.nbcnews.com/
    Browser.Startup.homepage_override.buildid: 20150108202552
    Browser.Startup.homepage_override.mstone: 35.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 35.0
    GFX. Direct3D.last_used_feature_level_idx: 0
    keyword. URL: http://www.bing.com/search?FORM=UP97DF & PC = UP97 & q =
    Media.GMP - gmpopenh264.lastUpdate: 1413684497
    Media.GMP - gmpopenh264.version: 1.1
    Media.GMP - manager .lastCheck: 1421469125
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1421561586
    places. History.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    Print.printer_Fax.print_bgcolor: false
    Print.printer_Fax.print_bgimages: false
    Print.printer_Fax.print_colorspace:
    Print.printer_Fax.print_command:
    Print.printer_Fax.print_downloadfonts: false
    Print.printer_Fax.print_duplex: 307603184
    Print.printer_Fax.print_edge_bottom: 0
    Print.printer_Fax.print_edge_left: 0
    Print.printer_Fax.print_edge_right: 0
    Print.printer_Fax.print_edge_top: 0
    Print.printer_Fax.print_evenpages: true
    Print.printer_Fax.print_footercenter:
    Print.printer_Fax.print_footerleft: & PT
    Print.printer_Fax.print_footerright: & D
    Print.printer_Fax.print_headercenter:
    Print.printer_Fax.print_headerleft: & T
    Print.printer_Fax.print_headerright: & U
    Print.printer_Fax.print_in_color: true
    Print.printer_Fax.print_margin_bottom: 0.5
    Print.printer_Fax.print_margin_left: 0.5
    Print.printer_Fax.print_margin_right: 0.5
    Print.printer_Fax.print_margin_top: 0.5
    Print.printer_Fax.print_oddpages: true
    Print.printer_Fax.print_orientation: 0
    Print.printer_Fax.print_page_delay: 50
    Print.printer_Fax.print_paper_data: 1
    Print.printer_Fax.print_paper_height: 11 h 00
    Print.printer_Fax.print_paper_name:
    Print.printer_Fax.print_paper_size_type: 0
    Print.printer_Fax.print_paper_size_unit: 0
    Print.printer_Fax.print_paper_width: 8.50
    Print.printer_Fax.print_plex_name:
    Print.printer_Fax.print_resolution: 375594512
    Print.printer_Fax.print_resolution_name:
    Print.printer_Fax.print_reversed: false
    Print.printer_Fax.print_scaling: 1.00
    Print.printer_Fax.print_shrink_to_fit: true
    Print.printer_Fax.print_to_file: false
    Print.printer_Fax.print_unwriteable_margin_bottom: 0
    Print.printer_Fax.print_unwriteable_margin_left: 0
    Print.printer_Fax.print_unwriteable_margin_right: 0
    Print.printer_Fax.print_unwriteable_margin_top: 0
    Print.printer_HP_Photosmart_C309a_series.print_bgcolor: false
    Print.printer_HP_Photosmart_C309a_series.print_bgimages: false
    Print.printer_HP_Photosmart_C309a_series.print_colorspace:
    Print.printer_HP_Photosmart_C309a_series.print_command:
    Print.printer_HP_Photosmart_C309a_series.print_downloadfonts: false
    Print.printer_HP_Photosmart_C309a_series.print_duplex: 307603184
    Print.printer_HP_Photosmart_C309a_series.print_edge_bottom: 0
    Print.printer_HP_Photosmart_C309a_series.print_edge_left: 0
    Print.printer_HP_Photosmart_C309a_series.print_edge_right: 0
    Print.printer_HP_Photosmart_C309a_series.print_edge_top: 0
    Print.printer_HP_Photosmart_C309a_series.print_evenpages: true
    Print.printer_HP_Photosmart_C309a_series.print_footercenter:
    Print.printer_HP_Photosmart_C309a_series.print_footerleft: & PT
    Print.printer_HP_Photosmart_C309a_series.print_footerright: & D
    Print.printer_HP_Photosmart_C309a_series.print_headercenter:
    Print.printer_HP_Photosmart_C309a_series.print_headerleft: & T
    Print.printer_HP_Photosmart_C309a_series.print_headerright: & U
    Print.printer_HP_Photosmart_C309a_series.print_in_color: true
    Print.printer_HP_Photosmart_C309a_series.print_margin_bottom: 0.5
    Print.printer_HP_Photosmart_C309a_series.print_margin_left: 0.5
    Print.printer_HP_Photosmart_C309a_series.print_margin_right: 0.5
    Print.printer_HP_Photosmart_C309a_series.print_margin_top: 0.5
    Print.printer_HP_Photosmart_C309a_series.print_oddpages: true
    Print.printer_HP_Photosmart_C309a_series.print_orientation: 0
    Print.printer_HP_Photosmart_C309a_series.print_page_delay: 50
    Print.printer_HP_Photosmart_C309a_series.print_paper_data: 1
    Print.printer_HP_Photosmart_C309a_series.print_paper_height: 11 h 00
    Print.printer_HP_Photosmart_C309a_series.print_paper_name:
    Print.printer_HP_Photosmart_C309a_series.print_paper_size_type: 0
    Print.printer_HP_Photosmart_C309a_series.print_paper_size_unit: 0
    Print.printer_HP_Photosmart_C309a_series.print_paper_width: 8.50
    Print.printer_HP_Photosmart_C309a_series.print_plex_name:
    Print.printer_HP_Photosmart_C309a_series.print_resolution: 375594512
    Print.printer_HP_Photosmart_C309a_series.print_resolution_name:
    Print.printer_HP_Photosmart_C309a_series.print_reversed: false
    Print.printer_HP_Photosmart_C309a_series.print_scaling: 1.00
    Print.printer_HP_Photosmart_C309a_series.print_shrink_to_fit: true
    Print.printer_HP_Photosmart_C309a_series.print_to_file: false
    Print.printer_HP_Photosmart_C309a_series.print_unwriteable_margin_bottom: 0
    Print.printer_HP_Photosmart_C309a_series.print_unwriteable_margin_left: 0
    Print.printer_HP_Photosmart_C309a_series.print_unwriteable_margin_right: 0
    Print.printer_HP_Photosmart_C309a_series.print_unwriteable_margin_top: 0
    privacy.cpd.offlineApps: true
    privacy.cpd.siteSettings: true
    privacy.sanitize.migrateFx3Prefs: true
    Storage.vacuum.Last.index: 1
    Storage.vacuum.Last.places.sqlite: 1420315799

    User.js preference

    Your profile folder contains a user.js file, which includes preferences that are not created by Firefox.

    Important preferences locked

    JavaScript

    Incremental GC: true

    Accessibility

    Enabled: false
    Prevent accessibility: 0

    Versions of the library

    NSPR
    The expected minimum version: 4.10.7
    Version: 4.10.7

    NSS
    The expected minimum version: 3.17.2 based ECC
    Version: 3.17.2 based ECC

    NSSSMIME
    The expected minimum version: 3.17.2 based ECC
    Version: 3.17.2 based ECC

    NSSSSL
    The expected minimum version: 3.17.2 based ECC
    Version: 3.17.2 based ECC

    NSSUTIL
    The expected minimum version: 3.17.2
    Version: 3.17.2

    Experimental features

    I'm just judging from the symptoms it could be adware/malware associates. This is because many users with the same problem has pointed out that it was the case before:
    https://support.Mozilla.org/en-us/questions/1018259#answer-625817
    https://support.Mozilla.org/en-us/questions/1019045#answer-628351
    https://support.Mozilla.org/en-us/questions/1026745#answer-643556
    https://support.Mozilla.org/en-us/questions/1028006#answer-655315
    https://support.Mozilla.org/en-us/questions/1028419#answer-647430
    https://support.Mozilla.org/en-us/questions/1030147#answer-654859
    https://support.Mozilla.org/en-us/questions/1031896#answer-655233

    also even if you have an existing security solution I would recommend a scan with malwarebytes & adwcleaner, from suppliers such as mcafee are often not good for detect adware minor and potentially unwanted programs that could not be considered a virus. They are tools of good reputation and get also recommended in the article knowledge base of mozilla on removing malware: troubleshoot Firefox problems caused by malicious software

  • Cannot create bookmarks. New install, have disabled all extensions, tried safe mode and reset to the default values. Any help of any of these actions.

    Hello.

    Statement of the problem is very simple: Firefox won't create bookmarks.

    New installation with Mint 17. New generation of PC with Asus A58M-A/USB3 motherboard, AMD A4 6300 processor 4 gig memory stick.

    All Mint and Firefox packages are up to date.

    A new profile has been created for the test, Firefox has been started in safemode, purged and re-installed and reset to the default values. None of these actions have contributed.

    Here is the info according to the troubleshooting information in Firefox

    The application databases

    Name: Firefox
    Version: 33.0
    User Agent: Mozilla/5.0 (X 11; Ubuntu; Linux x86_64; RV:33.0) Gecko/20100101 Firefox/33.0
    Windows multiprocessing: 0/1

    Reports of incidents for the last 3 days

    All Crash reports

    Extensions

    Name: Mint search Enhancer
    Version: 1.0
    Enabled: true
    ID: [email protected]

    Name: elegant
    Version: 1.0.7
    Enabled: true
    ID: {46551EC9-40F0-4e47-8E18-8E5CF550CFB8}

    Graphics

    Description of the adapter: X.Org - Gallium 0.4 on AMD ARUBA
    Device ID: Gallium 0.4 on AMD ARUBA
    Driver version: 3.0 Mesa 10.1.3
    GPU accelerated Windows: 0/1 Basic
    Vendor ID: X.Org
    WebGL Renderer: X.Org - Gallium 0.4 on AMD ARUBA
    windowLayerManagerRemote: false
    AzureCanvasBackend: Cairo
    AzureContentBackend: Cairo
    AzureFallbackCanvasBackend: no
    AzureSkiaAccelerated: 0

    Important change preferences

    Browser.cache.Disk.Capacity: 358400
    Browser.cache.Disk.smart_size.first_run: false
    Browser.cache.frecency_experiment: 3
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20141013200257
    Browser.Startup.homepage_override.buildid: 20141013200257
    Browser.Startup.homepage_override.mstone: 33.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 33.0
    Media.GMP - gmpopenh264.lastUpdate: 1416067922
    Media.GMP - gmpopenh264.version: 1.1
    Media.GMP - manager .lastCheck: 1416067922
    network.cookie.prefsMigrated: true
    places. History.expiration.transient_current_max_pages: 80569
    plugin.disable_full_page_plugin_for_types: application/pdf
    privacy.sanitize.migrateFx3Prefs: true

    Important preferences locked

    JavaScript

    Incremental GC: true

    Accessibility

    Enabled: false
    Prevent accessibility: 0

    Versions of the library

    NSPR
    The expected minimum version: 4.10.7
    Version: 4.10.7

    NSS
    The expected minimum version: 3.17.1 Basic ECC
    Version: 3.17.1 Basic ECC

    NSSSMIME
    The expected minimum version: 3.17.1 Basic ECC
    Version: 3.17.1 Basic ECC

    NSSSSL
    The expected minimum version: 3.17.1 Basic ECC
    Version: 3.17.1 Basic ECC

    NSSUTIL
    The expected minimum version: 3.17.1
    Version: 3.17.1

    Experimental features

    What other information can I give?

    Thank you.

    Jim

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

Maybe you are looking for

  • Digital Touch iPhone

    Hello I updated my iPhone 6 more (64 GB) at ios10.0.1. My question is related to iMessage how to turn off the digital automatic saveing to the touch icons? All the friend of my friends have an option under each button to explicitly save a digital key

  • Other favorites on personal bar

    I am running FIrefox on Ubuntu 14.04 28I can't "Other bookmarks" appears on my bookmarks toolbarWhen I opened the customization of the toolbar, I can put the Favorites button in my toolbar (or on the main toolbar of navigatoin) but as soon as I let y

  • Firefox on my Mac is not to remember one of my three GMail passwords

    I have Firefox v 14.0.1 running on my MacBook OSX 10.5.6 running. When I want to access my accounts Gmail, Firefox will remember two of my accounts, but not the third. I have not checked the private browsing, and I asked to remember passwords. How to

  • Satellite 2800-600: how much RAM can I install?

    How much memory (RAM vivid), I can install on this computer. I want to have 512 MB but my systm stops when I install this memory size. Sorry for my English Poland Rafal

  • jpt3815w web security camera

    With problems of installation disk read of the above